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
)
Public Shared Function GetApplicationUri (
request As HttpRequest
) As Uri
public:
static Uri^ GetApplicationUri(
HttpRequest^ request
)
static member GetApplicationUri :
request : HttpRequest -> Uri
Parameters
- request
- Type: Microsoft.AspNetCore.HttpHttpRequest
The HTTP request.
Return Value
Type:
UriThe the URI of the application, or
if it could not be determined.
See Also