Show / Hide Table of Contents

Class PageInformation

Class to represent information on a page.

Inheritance
System.Object
PageInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AxeAccessibilityDriver
Assembly: AxeAccessibilityDriver.dll
Syntax
public class PageInformation

Properties

| Improve this Doc View Source

BrowserPageTitle

Gets or sets the title found on the page the browser is on..

Declaration
public string BrowserPageTitle { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

ProvidedPageTitle

Gets or sets the title provided by the user for the page.

Declaration
public string ProvidedPageTitle { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX