PageModel.LocalRedirectPermanentPreserveMethod(String) 메서드

정의

true PreserveMethodLocalRedirectResultPermanent 설정된 개체를 만들고 지정된 localUrl를 사용하여 true(Status308PermanentRedirect)로 설정합니다.

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 입니다.

적용 대상