|
ReadonlyAuthenticationOptionsAnonymousResourceExpression Property
|
Gets the expression that will match paths for the resources on the web server
that can be provided without checking credentials.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AnonymousResourceExpression { get; }
Public ReadOnly Property AnonymousResourceExpression As String
Get
public:
property String^ AnonymousResourceExpression {
String^ get ();
}
member AnonymousResourceExpression : string with get
function get_AnonymousResourceExpression();
View SourceProperty Value
StringSee Also