FrameOptions Type
X-Frame-Options values
Union cases
| Union case | Description |
Full Usage:
AllowFrom string
Parameters:
string
|
|
Full Usage:
Deny
|
|
Full Usage:
SameOrigin
|
Instance members
| Instance member | Description |
Full Usage:
this.IsAllowFrom
Returns: bool
|
|
Full Usage:
this.IsDeny
Returns: bool
|
|
Full Usage:
this.IsSameOrigin
Returns: bool
|
|
Full Usage:
this.Value
Returns: string
|
|