T4MVC_System_Web_Mvc_ActionResult.T4MVC_System_Web_Mvc_ActionResult C# (CSharp) Method

T4MVC_System_Web_Mvc_ActionResult() public method

public T4MVC_System_Web_Mvc_ActionResult ( string area, string controller, string action, string protocol = null ) : System
area string
controller string
action string
protocol string
return System
    public T4MVC_System_Web_Mvc_ActionResult(string area, string controller, string action, string protocol = null): base()
    {
        this.InitMVCT4Result(area, controller, action, protocol);
    }