T4MVC_System_Web_Mvc_PartialViewResult.T4MVC_System_Web_Mvc_PartialViewResult C# (CSharp) Method

T4MVC_System_Web_Mvc_PartialViewResult() public method

public T4MVC_System_Web_Mvc_PartialViewResult ( 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_PartialViewResult(string area, string controller, string action, string protocol = null): base()
    {
        this.InitMVCT4Result(area, controller, action, protocol);
    }
    
T4MVC_System_Web_Mvc_PartialViewResult