C# Class NServiceMVC.ServiceController

Inheritance: System.Web.Mvc.Controller, IServiceController
Datei anzeigen Open project: gregmac/NServiceMVC

Public Methods

Method Description
ServiceController ( ) : System

Protected Methods

Method Description
OnActionExecuted ( System filterContext ) : void
OnActionExecuting ( System filterContext ) : void

Method Details

OnActionExecuted() protected method

protected OnActionExecuted ( System filterContext ) : void
filterContext System
return void

OnActionExecuting() protected method

protected OnActionExecuting ( System filterContext ) : void
filterContext System
return void

ServiceController() public method

public ServiceController ( ) : System
return System