C# Class Junior.Route.AutoRouting.RestrictionMappers.Attributes.HeaderRestrictionAttribute

Inheritance: RestrictionAttribute
Afficher le fichier Open project: nathan-alden/junior-route

Méthodes publiques

Méthode Description
HeaderRestrictionAttribute ( string field, string value, RequestValueComparer valueComparer, bool optional = false ) : System
HeaderRestrictionAttribute ( string field, string value, bool optional = false ) : System
Map ( Routing route, IContainer container ) : void

Method Details

HeaderRestrictionAttribute() public méthode

public HeaderRestrictionAttribute ( string field, string value, RequestValueComparer valueComparer, bool optional = false ) : System
field string
value string
valueComparer RequestValueComparer
optional bool
Résultat System

HeaderRestrictionAttribute() public méthode

public HeaderRestrictionAttribute ( string field, string value, bool optional = false ) : System
field string
value string
optional bool
Résultat System

Map() public méthode

public Map ( Routing route, IContainer container ) : void
route Routing
container IContainer
Résultat void