Show / Hide Table of Contents

Class AbpSecurityHeaderNonceHelper

Inheritance
object
AbpSecurityHeaderNonceHelper
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.AspNetCore.Security
Assembly: Volo.Abp.AspNetCore.dll
Syntax
public static class AbpSecurityHeaderNonceHelper

Methods

GetScriptNonce(IHtmlHelper)

Declaration
public static string GetScriptNonce(this IHtmlHelper htmlHelper)
Parameters
Type Name Description
IHtmlHelper htmlHelper
Returns
Type Description
string

GetScriptNonceAttribute(IHtmlHelper)

Declaration
public static IHtmlContent GetScriptNonceAttribute(this IHtmlHelper htmlHelper)
Parameters
Type Name Description
IHtmlHelper htmlHelper
Returns
Type Description
IHtmlContent
In this article
Back to top Powered by ABP.IO Platform