Name | Description |
---|---|
LayoutAttribute | |
PassParametersDuringRedirectAttribute | When placed on a controller or action, this attribute will ensure that reference-type-parameters (or value types which cannot be converted from a string) passed into RedirectToAction<T>() will get passed to the controller or action that this attribute is placed on. |