[This is preliminary documentation and is subject to change.]
Decorates controller classes or actions that need to check CSRF token on POST against the user session
System Object
System Attribute NFX.Wave.MVC ActionFilterAttribute NFX.Wave.MVC SessionCSRFCheckAttributeNamespace: NFX.Wave.MVCAssembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = true)]
public sealed class SessionCSRFCheckAttribute : ActionFilterAttribute
[AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = true)]
public sealed class SessionCSRFCheckAttribute : ActionFilterAttribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited := false,
AllowMultiple := true)>
Public NotInheritable Class SessionCSRFCheckAttribute
Inherits ActionFilterAttribute
<AttributeUsageAttribute(AttributeTargets.Class Or AttributeTargets.Method, Inherited := false,
AllowMultiple := true)>
Public NotInheritable Class SessionCSRFCheckAttribute
Inherits ActionFilterAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited = false,
AllowMultiple = true)]
public ref class SessionCSRFCheckAttribute sealed : public ActionFilterAttribute
[AttributeUsageAttribute(AttributeTargets::Class|AttributeTargets::Method, Inherited = false,
AllowMultiple = true)]
public ref class SessionCSRFCheckAttribute sealed : public ActionFilterAttribute
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = true)>]
type SessionCSRFCheckAttribute =
class
inherit ActionFilterAttribute
end
[<SealedAttribute>]
[<AttributeUsageAttribute(AttributeTargets.Class|AttributeTargets.Method, Inherited = false,
AllowMultiple = true)>]
type SessionCSRFCheckAttribute =
class
inherit ActionFilterAttribute
end