RedirectToActionResult.PreserveMethod 속성

정의

리디렉션이 초기 요청 메서드를 유지한다는 표시를 가져오거나 설정합니다.

public:
 property bool PreserveMethod { bool get(); void set(bool value); };
public bool PreserveMethod { get; set; }
member this.PreserveMethod : bool with get, set
Public Property PreserveMethod As Boolean

속성 값

적용 대상