HtmlIFrame.PageUrl Property

Gets the URL for the page that appears in this IFrame control.

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

Syntax

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

Property Value

Type: System.String
The URL for the page that appears in this IFrame control.

.NET Framework Security

See Also

Reference

HtmlIFrame Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace