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; }

Property Value

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