ChiakiYu.Web.Controllers.T4MVC_ChannelController.Chat C# (CSharp) Method

Chat() private method

private Chat ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult
        public override System.Web.Mvc.ActionResult Chat()
        {
            var callInfo = new T4MVC_System_Web_Mvc_ActionResult(Area, Name, ActionNames.Chat);
            ChatOverride(callInfo);
            return callInfo;
        }