ControllerBase.LocalRedirectPermanentPreserveMethod(String) 메서드

정의

를 true로 Permanent 설정하고 지정된 를 LocalRedirectResult 사용하여 truePreserveMethod(Status308PermanentRedirect)로 설정된 개체를 localUrl만듭니다.

public:
 virtual Microsoft::AspNetCore::Mvc::LocalRedirectResult ^ LocalRedirectPermanentPreserveMethod(System::String ^ localUrl);
[Microsoft.AspNetCore.Mvc.NonAction]
public virtual Microsoft.AspNetCore.Mvc.LocalRedirectResult LocalRedirectPermanentPreserveMethod (string localUrl);
[<Microsoft.AspNetCore.Mvc.NonAction>]
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 입니다.

특성

적용 대상