Click or drag to resize
SecurityHelperIsXFrameOptionsExcluded Method
Returns whether given path is excluded from adding X-Frame-Options HTTP header.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static bool IsXFrameOptionsExcluded(
	string path,
	string url
)

Parameters

path
Type: SystemString
Rewritten path or path prefix starting with /.
url
Type: SystemString
Original absolute URL including query string.

Return Value

Type: Boolean
See Also