Property ContentSecurityPolicy
ContentSecurityPolicy
Gets or sets the value of the HTTP Content-Security-Policy header.
Defines security policies for the content, helping to prevent cross-site scripting (XSS) and other code injection attacks.
public string? ContentSecurityPolicy { get; set; }