Show / Hide Table of Contents

Interface IAntiForgery

Namespace: DotNetNuke.Web.Api.Internal
Assembly: DotNetNuke.Web.dll
Syntax
public interface IAntiForgery

Properties

CookieName

Declaration
string CookieName { get; }
Property Value
Type Description
string

Methods

Validate(string, string)

Declaration
void Validate(string cookieToken, string headerToken)
Parameters
Type Name Description
string cookieToken
string headerToken

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS