HtmlImage.LinkAbsolutePath Property

Gets the absolute path of the hyperlink part of this control, if any.

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

Syntax

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

Property Value

Type: System.String
The absolute path of the hyperlink part of this control.

.NET Framework Security

See Also

Reference

HtmlImage Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace