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입니다.

적용 대상