HtmlAreaHyperlink.AbsolutePath Property

Gets the value of the AbsolutePath attribute of this area 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
override AbsolutePath : string
function get AbsolutePath () : String

Property Value

Type: System.String
The value of the absolute path attribute of this area hyperlink control.

.NET Framework Security

See Also

Reference

HtmlAreaHyperlink Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace