IWebBrowser2.LocationName 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.
Retrieves the path or title of the resource that is currently displayed.
public:
property System::String ^ LocationName { System::String ^ get(); };
public string LocationName { get; }
member this.LocationName : string
Public ReadOnly Property LocationName As String