C# 클래스 SimpleOwin.Middlewares.RegexRouter

파일 보기 프로젝트 열기: prabirshrestha/simple-owin 1 사용 예제들

공개 메소드들

메소드 설명
All ( AppFunc>.Func callback ) : RegexRouter
All ( string route, AppFunc>.Func callback ) : RegexRouter
Delete ( string route, AppFunc>.Func callback ) : RegexRouter
Get ( string route, AppFunc>.Func callback ) : RegexRouter
Head ( string route, AppFunc>.Func callback ) : RegexRouter
Middleware ( ) : AppFunc>.Func
Options ( string route, AppFunc>.Func callback ) : RegexRouter
Patch ( string route, AppFunc>.Func callback ) : RegexRouter
Post ( string route, AppFunc>.Func callback ) : RegexRouter
Put ( string route, AppFunc>.Func callback ) : RegexRouter
RegexRouter ( AppFunc>.ICollection app = null, bool ignoreCase = true, Action config = null ) : System

비공개 메소드들

메소드 설명
CreateRegex ( string route ) : Regex
Method ( string methodName, string route, AppFunc>.Func callback ) : RegexRouter

메소드 상세

All() 공개 메소드

public All ( AppFunc>.Func callback ) : RegexRouter
callback AppFunc>.Func
리턴 RegexRouter

All() 공개 메소드

public All ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

Delete() 공개 메소드

public Delete ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

Get() 공개 메소드

public Get ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

Head() 공개 메소드

public Head ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

Middleware() 공개 메소드

public Middleware ( ) : AppFunc>.Func
리턴 AppFunc>.Func

Options() 공개 메소드

public Options ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

Patch() 공개 메소드

public Patch ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

Post() 공개 메소드

public Post ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

Put() 공개 메소드

public Put ( string route, AppFunc>.Func callback ) : RegexRouter
route string
callback AppFunc>.Func
리턴 RegexRouter

RegexRouter() 공개 메소드

public RegexRouter ( AppFunc>.ICollection app = null, bool ignoreCase = true, Action config = null ) : System
app AppFunc>.ICollection
ignoreCase bool
config Action
리턴 System