CK.RouteConfig.Impl.RouteResolver.PreRoute.IRouteConfigurationContext C# (CSharp) Method

IRouteConfigurationContext() private method

private IRouteConfigurationContext ( string name ) : ActionConfigurationResolved
name string
return ActionConfigurationResolved
            ActionConfigurationResolved IRouteConfigurationContext.FindExisting( string name )
            {
                return _actionsByName.GetValueWithDefault( name, null );
            }

Same methods

RouteResolver.PreRoute::IRouteConfigurationContext ( string name ) : bool
RouteResolver.PreRoute::IRouteConfigurationContext ( string name, string declaredName, bool fromMetaInsert ) : bool