言語

PassportAuthentication.RedirectUrl プロパティ

定義

要求のリダイレクト先の URL を取得または設定します。

public:
 property System::String ^ RedirectUrl { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("redirectUrl", DefaultValue="internal")]
[System.Configuration.StringValidator]
public string RedirectUrl { get; set; }
[<System.Configuration.ConfigurationProperty("redirectUrl", DefaultValue="internal")>]
[<System.Configuration.StringValidator>]
member this.RedirectUrl : string with get, set
Public Property RedirectUrl As String

プロパティ値

要求がリダイレクトされるページの URL。

属性

注釈

RedirectUrlは、Passport 認証が必要であり、ユーザーが Passport 認証を使用してサインオンしていない場合に要求をリダイレクトする必要があるページの URL を指定します。

適用対象