|
ReadonlyAuthenticationOptionsAjaxRequestVerificationToken Property
|
Gets token to specify when using AJAX for request verification tokens.
Namespace: GSF.Web.SecurityAssembly: GSF.Web (in GSF.Web.dll) Version: 2.4.207-beta
Syntax public string AjaxRequestVerificationToken { get; }
Public ReadOnly Property AjaxRequestVerificationToken As String
Get
public:
property String^ AjaxRequestVerificationToken {
String^ get ();
}
member AjaxRequestVerificationToken : string with get
function get_AjaxRequestVerificationToken();
View SourceProperty Value
StringSee Also