Method | 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 |
public HeaderRestrictionAttribute ( string field, string value, RequestValueComparer valueComparer, bool optional = false ) : System | ||
field | string | |
value | string | |
valueComparer | RequestValueComparer | |
optional | bool | |
return | System |
public HeaderRestrictionAttribute ( string field, string value, bool optional = false ) : System | ||
field | string | |
value | string | |
optional | bool | |
return | System |
public Map ( Routing route, IContainer container ) : void | ||
route | Routing | |
container | IContainer | |
return | void |