ApplicationUriHelperGetApplicationUri Method

Gets the URI of the application, based on the provided HTTP request.

Namespace:  Dundas.BI.WebApi
Assembly:  Dundas.BI.WebApi (in Dundas.BI.WebApi.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public static Uri? GetApplicationUri(
	HttpRequest request
)

Parameters

request
Type: Microsoft.AspNetCore.HttpHttpRequest
The HTTP request.

Return Value

Type: Uri
The the URI of the application, or if it could not be determined.
See Also