PageModel.LocalRedirectPermanentPreserveMethod(String) 메서드
정의
지정 된 LocalRedirectResult Permanent 을 사용 하 여를 true로 설정 하 고 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응답에 대해 만들어진입니다.