Response HasTitle Property C# API
Gets a value that indicates whether this Response contains an HTML title.

Namespace: Facilita.Web
Assembly: clrWebBrowser (in clrWebBrowser.dll) Version: 9.5.5.77 (1.0.0.0)
Syntax

public bool HasTitle { get; }

Field Value

true if this Response contains an HTML title; otherwise, false.
Remarks

An HTML title is defined as the text between the HTML <title> tags.

e.g. in the HTML <title>My Page Title</title> the title is My Page Title

See Also