AuthenticationHandler<TOptions>.BuildRedirectUri(String) 方法

定义

为指定的 targetPath构造绝对 URL。

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

参数

targetPath
String

路径。

返回

绝对 URL。

适用于