dymaptic.GeoBlazor.Pro

dymaptic.GeoBlazor.Pro.Model

XssPreventionInfo Class

XSS-prevention configuration reported by a Feature Service.

public record XssPreventionInfo : System.IEquatable<dymaptic.GeoBlazor.Pro.Model.XssPreventionInfo>

Inheritance System.Object 🡒 XssPreventionInfo

Implements System.IEquatable<XssPreventionInfo>

Constructors

XssPreventionInfo(string, string, string) Constructor

XSS-prevention configuration reported by a Feature Service.

public XssPreventionInfo(string? XssPreventionEnabled=null, string? XssPreventionRule=null, string? XssInputRule=null);

Parameters

XssPreventionEnabled System.String

XssPreventionRule System.String

XssInputRule System.String

Properties

XssPreventionInfo.XssInputRule Property

public string? XssInputRule { get; init; }

Property Value

System.String

XssPreventionInfo.XssPreventionEnabled Property

public string? XssPreventionEnabled { get; init; }

Property Value

System.String

XssPreventionInfo.XssPreventionRule Property

public string? XssPreventionRule { get; init; }

Property Value

System.String