IWebLinkServiceCurrentApplicationUri Property |
Gets the application URI associated with the current HTTP request.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Uri CurrentApplicationUri { get; }
ReadOnly Property CurrentApplicationUri As Uri
Get
property Uri^ CurrentApplicationUri {
Uri^ get ();
}
abstract CurrentApplicationUri : Uri with get
Property Value
Type:
UriThe current application URI.
Remarks
The value is guaranteed to end in a trailing slash.
If there is no in-context HTTP request, this property will return the value of the
ExternalApplicationUri configuration setting.
See Also