C# Class System.Web.Mvc.RouteAttribute

Inheritance: Attribute, IDirectRouteFactory, IRouteInfoProvider
Afficher le fichier Open project: drivenet/aspnetwebstack Class Usage Examples

Méthodes publiques

Méthode Description
RouteAttribute ( ) : System.Collections.Generic

Initializes a new instance of the RouteAttribute class.

RouteAttribute ( string template ) : System.Collections.Generic

Initializes a new instance of the RouteAttribute class.

Private Methods

Méthode Description
IDirectRouteFactory ( System.Web.Mvc.Routing.DirectRouteFactoryContext context ) : System.Web.Mvc.Routing.RouteEntry

Method Details

RouteAttribute() public méthode

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( ) : System.Collections.Generic
Résultat System.Collections.Generic

RouteAttribute() public méthode

Initializes a new instance of the RouteAttribute class.
public RouteAttribute ( string template ) : System.Collections.Generic
template string The route template describing the URI pattern to match against.
Résultat System.Collections.Generic