BrowserHelper.GetPageTitle(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the page title for the given window title.
public:
abstract System::String ^ GetPageTitle(System::String ^ windowTitle);
public abstract string GetPageTitle (string windowTitle);
abstract member GetPageTitle : string -> string
Public MustOverride Function GetPageTitle (windowTitle As String) As String
Parameters
- windowTitle
- String
The title of the window.
Returns
The page title.