[This is preliminary documentation and is subject to change.]
Namespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
public SessionCSRFCheckAttribute(
string tokenName,
bool onlyExistingSession,
int order
)
public SessionCSRFCheckAttribute(
string tokenName,
bool onlyExistingSession,
int order
)
Public Sub New (
tokenName As String,
onlyExistingSession As Boolean,
order As Integer
)
Public Sub New (
tokenName As String,
onlyExistingSession As Boolean,
order As Integer
)
public:
SessionCSRFCheckAttribute(
String^ tokenName,
bool onlyExistingSession,
int order
)
public:
SessionCSRFCheckAttribute(
String^ tokenName,
bool onlyExistingSession,
int order
)
new :
tokenName : string *
onlyExistingSession : bool *
order : int -> SessionCSRFCheckAttribute
new :
tokenName : string *
onlyExistingSession : bool *
order : int -> SessionCSRFCheckAttribute