'Declaration
Protected Overloads Function Location( _ ByVal expression As Expression(Of Func(Of Func(Of IHttpActionResult))), _ Optional ByVal values As IDictionary(Of String,Object) _ ) As String
protected string Location( Expression<Func<Func<IHttpActionResult>>> expression, IDictionary<string,object> values )
Parameters
- expression
- The expression which returns the function of calling the action method.
- values
- The dictionary that contains the parameters for the action.
Return Value
The absolute url for the specified action.