Calyptus.MVC.Internal.RoutingEngine.GetURL C# (CSharp) Method

GetURL() public method

public GetURL ( Expression action ) : string
action Expression
return string
        public string GetURL(Expression<Action> action)
        {
            throw new NotImplementedException();
        }