PassportAuthentication.RedirectUrl プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
要求のリダイレクト先の 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 を指定します。