AuthenticationHandler<TOptions>.BuildRedirectUri(String) Method

Definition

Constructs an absolute url for the specified targetPath.

protected:
 System::String ^ BuildRedirectUri(System::String ^ targetPath);
protected string BuildRedirectUri (string targetPath);
member this.BuildRedirectUri : string -> string
Protected Function BuildRedirectUri (targetPath As String) As String

Parameters

targetPath
String

The path.

Returns

The absolute url.

Applies to