RedirectToActionResult.PreserveMethod Property
Definition
Gets or sets an indication that the redirect preserves the initial request method.
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