Method | Description | |
---|---|---|
Map ( Routing route, IContainer container ) : void | ||
RefererUrlQueryStringRestrictionAttribute ( string field, RequestValueComparer fieldComparer, string value, RequestValueComparer valueComparer, bool optional = false ) : System | ||
RefererUrlQueryStringRestrictionAttribute ( string field, string value, bool optional = false ) : System |
public Map ( Routing route, IContainer container ) : void | ||
route | Routing | |
container | IContainer | |
return | void |
public RefererUrlQueryStringRestrictionAttribute ( string field, RequestValueComparer fieldComparer, string value, RequestValueComparer valueComparer, bool optional = false ) : System | ||
field | string | |
fieldComparer | RequestValueComparer | |
value | string | |
valueComparer | RequestValueComparer | |
optional | bool | |
return | System |
public RefererUrlQueryStringRestrictionAttribute ( string field, string value, bool optional = false ) : System | ||
field | string | |
value | string | |
optional | bool | |
return | System |