RewriteOptionsExtensions.AddRedirectToHttps メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AddRedirectToHttps(RewriteOptions) |
受信要求が http の場合に https に要求をリダイレクトする |
AddRedirectToHttps(RewriteOptions, Int32) |
受信要求が http の場合に https に要求をリダイレクトする |
AddRedirectToHttps(RewriteOptions, Int32, Nullable<Int32>) |
受信要求が http の場合に https に要求をリダイレクトする |
AddRedirectToHttps(RewriteOptions)
受信要求が http の場合に https に要求をリダイレクトする
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Rewrite::RewriteOptions ^ AddRedirectToHttps(Microsoft::AspNetCore::Rewrite::RewriteOptions ^ options);
public static Microsoft.AspNetCore.Rewrite.RewriteOptions AddRedirectToHttps (this Microsoft.AspNetCore.Rewrite.RewriteOptions options);
static member AddRedirectToHttps : Microsoft.AspNetCore.Rewrite.RewriteOptions -> Microsoft.AspNetCore.Rewrite.RewriteOptions
<Extension()>
Public Function AddRedirectToHttps (options As RewriteOptions) As RewriteOptions
パラメーター
- options
- RewriteOptions
戻り値
適用対象
AddRedirectToHttps(RewriteOptions, Int32)
受信要求が http の場合に https に要求をリダイレクトする
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Rewrite::RewriteOptions ^ AddRedirectToHttps(Microsoft::AspNetCore::Rewrite::RewriteOptions ^ options, int statusCode);
public static Microsoft.AspNetCore.Rewrite.RewriteOptions AddRedirectToHttps (this Microsoft.AspNetCore.Rewrite.RewriteOptions options, int statusCode);
static member AddRedirectToHttps : Microsoft.AspNetCore.Rewrite.RewriteOptions * int -> Microsoft.AspNetCore.Rewrite.RewriteOptions
<Extension()>
Public Function AddRedirectToHttps (options As RewriteOptions, statusCode As Integer) As RewriteOptions
パラメーター
- options
- RewriteOptions
- statusCode
- Int32
応答に追加する状態コード。
戻り値
適用対象
AddRedirectToHttps(RewriteOptions, Int32, Nullable<Int32>)
受信要求が http の場合に https に要求をリダイレクトする
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Rewrite::RewriteOptions ^ AddRedirectToHttps(Microsoft::AspNetCore::Rewrite::RewriteOptions ^ options, int statusCode, Nullable<int> sslPort);
public static Microsoft.AspNetCore.Rewrite.RewriteOptions AddRedirectToHttps (this Microsoft.AspNetCore.Rewrite.RewriteOptions options, int statusCode, int? sslPort);
static member AddRedirectToHttps : Microsoft.AspNetCore.Rewrite.RewriteOptions * int * Nullable<int> -> Microsoft.AspNetCore.Rewrite.RewriteOptions
<Extension()>
Public Function AddRedirectToHttps (options As RewriteOptions, statusCode As Integer, sslPort As Nullable(Of Integer)) As RewriteOptions
パラメーター
- options
- RewriteOptions
- statusCode
- Int32
応答に追加する状態コード。