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

Inheritance: RestrictionAttribute
Show file Open project: nathan-alden/junior-route

Public Methods

Method Description
Map ( Routing route, IContainer container ) : void
RefererUrlAbsolutePathRestrictionAttribute ( ) : System
RefererUrlAbsolutePathRestrictionAttribute ( string absolutePath, RequestValueComparer comparer ) : System

Method Details

Map() public method

public Map ( Routing route, IContainer container ) : void
route Routing
container IContainer
return void

RefererUrlAbsolutePathRestrictionAttribute() public method

public RefererUrlAbsolutePathRestrictionAttribute ( ) : System
return System

RefererUrlAbsolutePathRestrictionAttribute() public method

public RefererUrlAbsolutePathRestrictionAttribute ( string absolutePath, RequestValueComparer comparer ) : System
absolutePath string
comparer RequestValueComparer
return System