Class ActionResult
Data returned within the result of action.
public abstract class ActionResult
- Inheritance
-
objectActionResult
- Derived
- Extension Methods
Constructors
ActionResult(bool, bool)
Initializes a new instance of the ActionResult class.
public ActionResult(bool reload, bool refetchAll)
Parameters
reload
boolIndicates whether table data should be reloaded.
refetchAll
boolIndicates whether to refetch data of all templates.
Properties
RefetchAll
Indicates whether to refetch data of all templates.
public bool RefetchAll { get; }
Property Value
- bool
Reload
Indicates whether table data should be reloaded.
public bool Reload { get; }
Property Value
- bool