BitCollectors.QfgCharacterEditor.WebUI.Controllers.CharacterController.General C# (CSharp) Метод

General() публичный Метод

public General ( ) : System.Web.Mvc.ActionResult
Результат System.Web.Mvc.ActionResult
        public ActionResult General()
        {
            return View("General", new QfgCharacter());
        }

Same methods

CharacterController::General ( QfgCharacter qfgCharacter ) : System.Web.Mvc.ActionResult