次の方法で共有


PageBase.LocalRedirectPermanentPreserveMethod(String) メソッド

定義

LocalRedirectResult true に設定された オブジェクトをPermanent作成し、PreserveMethod指定した を使用して true (Status308PermanentRedirect) に設定しますlocalUrl

public:
 virtual Microsoft::AspNetCore::Mvc::LocalRedirectResult ^ LocalRedirectPermanentPreserveMethod(System::String ^ localUrl);
public virtual Microsoft.AspNetCore.Mvc.LocalRedirectResult LocalRedirectPermanentPreserveMethod (string localUrl);
abstract member LocalRedirectPermanentPreserveMethod : string -> Microsoft.AspNetCore.Mvc.LocalRedirectResult
override this.LocalRedirectPermanentPreserveMethod : string -> Microsoft.AspNetCore.Mvc.LocalRedirectResult
Public Overridable Function LocalRedirectPermanentPreserveMethod (localUrl As String) As LocalRedirectResult

パラメーター

localUrl
String

リダイレクト先のローカル URL。

戻り値

応答用に作成された LocalRedirectResult

適用対象