Frame Class |
The Frame type exposes the following members.
Name | Description | |
---|---|---|
AdFrameStatus | Indicates whether this frame was tagged as an ad and why. | |
CrossOriginIsolatedContextType | Indicates whether this is a cross origin isolated context. | |
DomainAndRegistry | 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" | |
GatedAPIFeatures | Indicated which gated APIs / features are available. | |
Id | Frame unique identifier. | |
LoaderId | Identifier of the loader associated with this frame. | |
MimeType | Frame document's mimeType as determined by the browser. | |
Name | Frame's name as specified in the tag. | |
ParentId | Parent frame identifier. | |
SecureContextType | Indicates whether the main document is a secure context and explains why that is the case. | |
SecurityOrigin | Frame document's security origin. | |
UnreachableUrl | 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. | |
Url | Frame document's URL without fragment. | |
UrlFragment | Frame document's URL fragment including the '#'. |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToDictionary | (Inherited from DevToolsDomainEntityBase) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |