HtmlIFrame.PageUrl Property

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

Namespace:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Assemblies:   Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
  Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.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 with get 
override PageUrl : string with get
function get PageUrl () : String

Property Value

Type: 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