Click or drag to resize

Frame Class

Version 130.1.90
Information about the Frame on the page.
Inheritance Hierarchy
SystemObject
  CefSharp.DevToolsDevToolsDomainEntityBase
    CefSharp.DevTools.PageFrame

Namespace: CefSharp.DevTools.Page
Assembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax
public class Frame : DevToolsDomainEntityBase

The Frame type exposes the following members.

Constructors
 NameDescription
Public methodFrameInitializes a new instance of the Frame class
Top
Properties
 NameDescription
Public propertyAdFrameStatus Indicates whether this frame was tagged as an ad and why.
Public propertyCrossOriginIsolatedContextType Indicates whether this is a cross origin isolated context.
Public propertyDomainAndRegistry Frame document's registered domain, taking the public suffixes list into account. Extracted from the Frame's url. Example URLs: http://www.google.com/file.html -> "google.com" http://a.b.co.uk/file.html -> "b.co.uk"
Public propertyGatedAPIFeatures Indicated which gated APIs / features are available.
Public propertyId Frame unique identifier.
Public propertyLoaderId Identifier of the loader associated with this frame.
Public propertyMimeType Frame document's mimeType as determined by the browser.
Public propertyName Frame's name as specified in the tag.
Public propertyParentId Parent frame identifier.
Public propertySecureContextType Indicates whether the main document is a secure context and explains why that is the case.
Public propertySecurityOrigin Frame document's security origin.
Public propertyUnreachableUrl If the frame failed to load, this contains the URL that could not be loaded. Note that unlike url above, this URL may contain a fragment.
Public propertyUrl Frame document's URL without fragment.
Public propertyUrlFragment Frame document's URL fragment including the '#'.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToDictionary
(Inherited from DevToolsDomainEntityBase)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also