BrowserHelper.Homepage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the uniform resource identifier (URI) for the home page of the browser.
public:
abstract property Uri ^ Homepage { Uri ^ get(); };
public abstract Uri Homepage { get; }
member this.Homepage : Uri
Public MustOverride ReadOnly Property Homepage As Uri
Property Value
The URI for the home page of the browser.