C# 클래스 Junior.Route.AutoRouting.RestrictionMappers.Attributes.HeaderRestrictionAttribute

상속: RestrictionAttribute
파일 보기 프로젝트 열기: nathan-alden/junior-route

공개 메소드들

메소드 설명
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

메소드 상세

HeaderRestrictionAttribute() 공개 메소드

public HeaderRestrictionAttribute ( string field, string value, RequestValueComparer valueComparer, bool optional = false ) : System
field string
value string
valueComparer RequestValueComparer
optional bool
리턴 System

HeaderRestrictionAttribute() 공개 메소드

public HeaderRestrictionAttribute ( string field, string value, bool optional = false ) : System
field string
value string
optional bool
리턴 System

Map() 공개 메소드

public Map ( Routing route, IContainer container ) : void
route Routing
container IContainer
리턴 void