Show / Hide Table of Contents

Class ContentSecurityPolicyStyleSource

Represents the style-src of the Content Security Policy.

Inheritance
Object
ContentSecurityPolicyDirective
ContentSecurityPolicySourceDirective
ContentSecurityPolicyUnsafeInlineSourceDirective
ContentSecurityPolicyStyleSource
Inherited Members
ContentSecurityPolicyUnsafeInlineSourceDirective.AddNonce
ContentSecurityPolicyUnsafeInlineSourceDirective.AllowUnsafeInline
ContentSecurityPolicyUnsafeInlineSourceDirective.GetParts(IContentSecurityPolicyNonceService)
ContentSecurityPolicySourceDirective.AllowedSources
ContentSecurityPolicySourceDirective.AllowSelf
ContentSecurityPolicySourceDirective.AllowNone
ContentSecurityPolicySourceDirective.AllowAny
ContentSecurityPolicySourceDirective.AllowAnyOnlyHttps
ContentSecurityPolicySourceDirective.AllowDataScheme
ContentSecurityPolicySourceDirective.AllowBlobScheme
ContentSecurityPolicySourceDirective.AllowFilesystemScheme
ContentSecurityPolicySourceDirective.AllowMediastreamScheme
ContentSecurityPolicyDirective.GetDirective(IContentSecurityPolicyNonceService)
Object.Equals(Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Http.Headers
Assembly: IRM.AspNetCore.Mvc.dll
Syntax
public class ContentSecurityPolicyStyleSource : ContentSecurityPolicyUnsafeInlineSourceDirective

Constructors

ContentSecurityPolicyStyleSource()

Creates a new instance of ContentSecurityPolicyStyleSource.

Declaration
public ContentSecurityPolicyStyleSource()
Back to top Generated by DocFX