C# Class Docary.MvcExtensions.DocaryController

Inheritance: Controller
Mostrar archivo Open project: JefClaes/Docary

Protected Methods

Method Description
HandleUnknownAction ( string actionName ) : void

Private Methods

Method Description
CalculateLevenshteinDistance ( IEnumerable actionList, string actionName ) : int>.Dictionary
GetAllHttpGetActionNames ( ) : IEnumerable
Throw404HttpException ( string actionName ) : void
TryToRedirectToAnActionNearby ( string actionName ) : void

Method Details

HandleUnknownAction() protected method

protected HandleUnknownAction ( string actionName ) : void
actionName string
return void