C# 클래스 Sage.DevTools.Controllers.RouteDebuggerController

Implements a controller that enables testing of route matching.
상속: Sage.Controllers.SageController
파일 보기 프로젝트 열기: igorfrance/sage

공개 메소드들

메소드 설명
Index ( string url, string httpMethod ) : string

Tests the specified URL against all configured routes and displays a view that shows the results as an HTML table.

비공개 메소드들

메소드 설명
FormatOptions ( string selected, string values ) : string
FormatRow ( bool hilite ) : string
FormatValues ( RouteValueDictionary values ) : string
GetRoutesText ( HttpContextMock fakeContext ) : string
MakeAppRelative ( string url ) : string

메소드 상세

Index() 공개 메소드

Tests the specified URL against all configured routes and displays a view that shows the results as an HTML table.
public Index ( string url, string httpMethod ) : string
url string The URL to test
httpMethod string The HTTP request method to test with.
리턴 string