'Declaration
Protected Overloads Function Location( _ ByVal methodInfo As MethodInfo, _ Optional ByVal values As IDictionary(Of String,Object) _ ) As String
protected string Location( MethodInfo methodInfo, IDictionary<string,object> values )
Parameters
- methodInfo
- The method for the action.
- values
- The dictionary that contains the parameters for the action.
Return Value
The absolute url for the specified action.