HtmlHyperlink.AbsolutePath Property

Gets the absolute path for this hyperlink control.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntax

'Declaration
Public Overridable ReadOnly Property AbsolutePath As String
public virtual string AbsolutePath { get; }
public:
virtual property String^ AbsolutePath {
    String^ get ();
}
abstract AbsolutePath : string with get 
override AbsolutePath : string with get
function get AbsolutePath () : String

Property Value

Type: String
The absolute path for this hyperlink control.

.NET Framework Security

See Also

Reference

HtmlHyperlink Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace