'Declaration
Protected Overloads Function Location (Of T1,T2)( _ ByVal expression As Expression(Of Func(Of Func(Of T1,T2,IHttpActionResult))), _ Optional ByVal values As IDictionary(Of String,Object) _ ) As String
protected string Location<T1,T2>( Expression<Func<Func<T1,T2,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.
Type Parameters
- T1
- T2
Return Value
The absolute url for the specified action.