SecurityHelperIsXFrameOptionsExcluded Method |
Returns whether given path is excluded from adding X-Frame-Options HTTP header.
Namespace: CMS.HelpersAssembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax public static bool IsXFrameOptionsExcluded(
string path,
Uri url
)
Parameters
- path
- Type: SystemString
Rewritten path or path prefix starting with /. - url
- Type: SystemUri
Original URL including query string.
Return Value
Type:
BooleanSee Also