public class BaseController : Controller
| Member | Description | |
|---|---|---|
![]() |
Constructor | |
![]() |
CreateViewModel<TViewModel> | Creates or updates a ViewModel and adds values to some of the stock properties of the Controller. public virtual TViewModel CreateViewModel<TViewModel>();
|
![]() |
InitializeExplicit | Allow external initialization of this controller by explicitly passing in a request context public void InitializeExplicit(RequestContext requestContext);
|
![]() |
InitializeViewModel | Updates a ViewModel and adds values to some of the stock properties of the Controller. public virtual void InitializeViewModel(BaseViewModel model);
|