C# Class REST.Routing.ProtectedNamespaceControllerFactory

Inheritance: System.Web.Mvc.DefaultControllerFactory
Afficher le fichier Open project: bzak/MVC3-Rest-API

Méthodes publiques

Méthode Description
CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController
ProtectedNamespaceControllerFactory ( NameValueCollection matches ) : System

Method Details

CreateController() public méthode

public CreateController ( System.Web.Routing.RequestContext requestContext, string controllerName ) : IController
requestContext System.Web.Routing.RequestContext
controllerName string
Résultat IController

ProtectedNamespaceControllerFactory() public méthode

public ProtectedNamespaceControllerFactory ( NameValueCollection matches ) : System
matches System.Collections.Specialized.NameValueCollection
Résultat System