ControllerStandardDataItemClassCreateOnActionResultGet Method |
This method reset object UploadFile.
And set object ViewBag with method CreateSetViewBag.
and present view Create with a new data item of method GetNewDataItem.
Namespace: SOWIWeb.Helper
[Missing <returns> documentation for "M:SOWIWeb.Helper.ControllerStandard`1.CreateOnActionResultGet"]
protected override ActionResult CreateOnActionResultGet() { ViewBag.ContentName = "_CreateContentPartialTemplateFile"; return base.CreateOnActionResultGet(); }