RemoteAuthenticationState.ReturnUrl プロパティ

定義

認証操作が成功した後にアプリケーションをリダイレクトする URL を取得または設定します。 ページ内の URL である必要があります。

public:
 property System::String ^ ReturnUrl { System::String ^ get(); void set(System::String ^ value); };
public string ReturnUrl { get; set; }
public string? ReturnUrl { get; set; }
member this.ReturnUrl : string with get, set
Public Property ReturnUrl As String

プロパティ値

適用対象