C# 클래스 Calyptus.Mvc.Mapping.HeaderMapping

상속: IMappingBinding
파일 보기 프로젝트 열기: sebmarkbage/calyptus.mvc

공개 메소드들

메소드 설명
HeaderMapping ( string header, string value ) : System
SerializeToPath ( IPathStack path ) : void
TryMapping ( IHttpContext context, IPathStack path ) : bool

메소드 상세

HeaderMapping() 공개 메소드

public HeaderMapping ( string header, string value ) : System
header string
value string
리턴 System

SerializeToPath() 공개 메소드

public SerializeToPath ( IPathStack path ) : void
path IPathStack
리턴 void

TryMapping() 공개 메소드

public TryMapping ( IHttpContext context, IPathStack path ) : bool
context IHttpContext
path IPathStack
리턴 bool