T4MVC_System_Web_Mvc_JsonResult.T4MVC_System_Web_Mvc_JsonResult C# (CSharp) Méthode

T4MVC_System_Web_Mvc_JsonResult() public méthode

public T4MVC_System_Web_Mvc_JsonResult ( string area, string controller, string action, string protocol = null ) : System
area string
controller string
action string
protocol string
Résultat System
    public T4MVC_System_Web_Mvc_JsonResult(string area, string controller, string action, string protocol = null): base()
    {
        this.InitMVCT4Result(area, controller, action, protocol);
    }
    
T4MVC_System_Web_Mvc_JsonResult