Share via


PageBase.RedirectToActionPermanent 메서드

정의

오버로드

RedirectToActionPermanent(String, String, String)

지정된 , controllerNamefragment를 사용하여 actionNametrue로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanent(String, String, Object)

지정된 , controllerNamerouteValues를 사용하여 actionNametrue로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다.

RedirectToActionPermanent(String, String, Object, String)

지정된 , , 및 fragment를 사용하여 actionNametrue로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)routeValues합니다. controllerName

RedirectToActionPermanent(String, Object)

지정된 및 routeValues를 사용하여 true로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다actionName.

RedirectToActionPermanent(String)

지정된 를 사용하여 actionName(Status301MovedPermanently)를 true로 설정된 지정된 작업으로 Permanent 리디렉션합니다.

RedirectToActionPermanent(String, String)

지정된 및 controllerName를 사용하여 true로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다actionName.

RedirectToActionPermanent(String, String, String)

Source:
PageBase.cs
Source:
PageBase.cs

지정된 , controllerNamefragment를 사용하여 actionNametrue로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다.

public:
 virtual Microsoft::AspNetCore::Mvc::RedirectToActionResult ^ RedirectToActionPermanent(System::String ^ actionName, System::String ^ controllerName, System::String ^ fragment);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string actionName, string controllerName, string fragment);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string? actionName, string? controllerName, string? fragment);
abstract member RedirectToActionPermanent : string * string * string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
override this.RedirectToActionPermanent : string * string * string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
Public Overridable Function RedirectToActionPermanent (actionName As String, controllerName As String, fragment As String) As RedirectToActionResult

매개 변수

actionName
String

작업 이름입니다.

controllerName
String

컨트롤러의 이름입니다.

fragment
String

URL에 추가할 조각입니다.

반환

응답에 대해 만들어진 RedirectToActionResult 입니다.

적용 대상

RedirectToActionPermanent(String, String, Object)

Source:
PageBase.cs
Source:
PageBase.cs

지정된 , controllerNamerouteValues를 사용하여 actionNametrue로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다.

public:
 virtual Microsoft::AspNetCore::Mvc::RedirectToActionResult ^ RedirectToActionPermanent(System::String ^ actionName, System::String ^ controllerName, System::Object ^ routeValues);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string actionName, string controllerName, object routeValues);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string? actionName, string? controllerName, object? routeValues);
abstract member RedirectToActionPermanent : string * string * obj -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
override this.RedirectToActionPermanent : string * string * obj -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
Public Overridable Function RedirectToActionPermanent (actionName As String, controllerName As String, routeValues As Object) As RedirectToActionResult

매개 변수

actionName
String

작업 이름입니다.

controllerName
String

컨트롤러의 이름입니다.

routeValues
Object

경로에 대한 매개 변수입니다.

반환

응답에 대해 만들어진 RedirectToActionResult 입니다.

적용 대상

RedirectToActionPermanent(String, String, Object, String)

Source:
PageBase.cs
Source:
PageBase.cs

지정된 , , 및 fragment를 사용하여 actionNametrue로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)routeValues합니다. controllerName

public:
 virtual Microsoft::AspNetCore::Mvc::RedirectToActionResult ^ RedirectToActionPermanent(System::String ^ actionName, System::String ^ controllerName, System::Object ^ routeValues, System::String ^ fragment);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string actionName, string controllerName, object routeValues, string fragment);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string? actionName, string? controllerName, object? routeValues, string? fragment);
abstract member RedirectToActionPermanent : string * string * obj * string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
override this.RedirectToActionPermanent : string * string * obj * string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
Public Overridable Function RedirectToActionPermanent (actionName As String, controllerName As String, routeValues As Object, fragment As String) As RedirectToActionResult

매개 변수

actionName
String

작업 이름입니다.

controllerName
String

컨트롤러의 이름입니다.

routeValues
Object

경로에 대한 매개 변수입니다.

fragment
String

URL에 추가할 조각입니다.

반환

응답에 대해 만들어진 RedirectToActionResult 입니다.

적용 대상

RedirectToActionPermanent(String, Object)

Source:
PageBase.cs
Source:
PageBase.cs

지정된 및 routeValues를 사용하여 true로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다actionName.

public:
 virtual Microsoft::AspNetCore::Mvc::RedirectToActionResult ^ RedirectToActionPermanent(System::String ^ actionName, System::Object ^ routeValues);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string actionName, object routeValues);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string? actionName, object? routeValues);
abstract member RedirectToActionPermanent : string * obj -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
override this.RedirectToActionPermanent : string * obj -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
Public Overridable Function RedirectToActionPermanent (actionName As String, routeValues As Object) As RedirectToActionResult

매개 변수

actionName
String

작업 이름입니다.

routeValues
Object

경로에 대한 매개 변수입니다.

반환

응답에 대해 만들어진 RedirectToActionResult 입니다.

적용 대상

RedirectToActionPermanent(String)

Source:
PageBase.cs
Source:
PageBase.cs

지정된 를 사용하여 actionName(Status301MovedPermanently)를 true로 설정된 지정된 작업으로 Permanent 리디렉션합니다.

public:
 virtual Microsoft::AspNetCore::Mvc::RedirectToActionResult ^ RedirectToActionPermanent(System::String ^ actionName);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string actionName);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string? actionName);
abstract member RedirectToActionPermanent : string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
override this.RedirectToActionPermanent : string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
Public Overridable Function RedirectToActionPermanent (actionName As String) As RedirectToActionResult

매개 변수

actionName
String

작업 이름입니다.

반환

응답에 대해 만들어진 RedirectToActionResult 입니다.

적용 대상

RedirectToActionPermanent(String, String)

Source:
PageBase.cs
Source:
PageBase.cs

지정된 및 controllerName를 사용하여 true로 설정된 지정된 작업으로 Permanent 리디렉션(Status301MovedPermanently)합니다actionName.

public:
 virtual Microsoft::AspNetCore::Mvc::RedirectToActionResult ^ RedirectToActionPermanent(System::String ^ actionName, System::String ^ controllerName);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string actionName, string controllerName);
public virtual Microsoft.AspNetCore.Mvc.RedirectToActionResult RedirectToActionPermanent (string? actionName, string? controllerName);
abstract member RedirectToActionPermanent : string * string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
override this.RedirectToActionPermanent : string * string -> Microsoft.AspNetCore.Mvc.RedirectToActionResult
Public Overridable Function RedirectToActionPermanent (actionName As String, controllerName As String) As RedirectToActionResult

매개 변수

actionName
String

작업 이름입니다.

controllerName
String

컨트롤러의 이름입니다.

반환

응답에 대해 만들어진 RedirectToActionResult 입니다.

적용 대상