CustomErrorsSection.RedirectMode プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ユーザーがカスタム エラー ページにリダイレクトされたときに、要求の URL が変更されるかどうかを示す値を取得または設定します。
public:
property System::Web::Configuration::CustomErrorsRedirectMode RedirectMode { System::Web::Configuration::CustomErrorsRedirectMode get(); void set(System::Web::Configuration::CustomErrorsRedirectMode value); };
[System.Configuration.ConfigurationProperty("redirectMode", DefaultValue=System.Web.Configuration.CustomErrorsRedirectMode.ResponseRedirect)]
public System.Web.Configuration.CustomErrorsRedirectMode RedirectMode { get; set; }
[<System.Configuration.ConfigurationProperty("redirectMode", DefaultValue=System.Web.Configuration.CustomErrorsRedirectMode.ResponseRedirect)>]
member this.RedirectMode : System.Web.Configuration.CustomErrorsRedirectMode with get, set
Public Property RedirectMode As CustomErrorsRedirectMode
プロパティ値
ユーザーがカスタム エラー ページにリダイレクトされたときに URL が変更されるかどうかを示す値。 既定値は ResponseRedirect です。
- 属性
注釈
プロパティが RedirectMode 設定 ResponseRedirectされている場合、ユーザーはエラー ページにリダイレクトされ、元の URL はエラー ページの URL に変更されます。 プロパティが RedirectMode 設定 ResponseRewriteされている場合、ユーザーはエラー ページに送信され、ブラウザーの元の URL は変更されません。