BitCollectors.QfgCharacterEditor.WebUI.Controllers.CharacterController.General C# (CSharp) Method

General() public method

public General ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public ActionResult General()
        {
            return View("General", new QfgCharacter());
        }

Same methods

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