메소드 | 설명 | |
---|---|---|
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 |
public Index ( string url, string httpMethod ) : string | ||
url | string | The URL to test |
httpMethod | string | The HTTP request method to test with. |
리턴 | string |