IWebAssemblyHostEnvironment.BaseAddress 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 base address for the application. This is typically derived from the >base href<
value in the host page.
public:
property System::String ^ BaseAddress { System::String ^ get(); };
public string BaseAddress { get; }
member this.BaseAddress : string
Public ReadOnly Property BaseAddress As String