C1.Web.Api Namespace / C1ApiController Class / Location Method / Location(Expression<Func<Func<IActionResult>>>,IDictionary<String,Object>) Method
The expression which returns the function of calling the action method.
The dictionary that contains the parameters for the action.

In This Topic
Location(Expression<Func<Func<IActionResult>>>,IDictionary<String,Object>) Method
In This Topic
Returns an absolute url for the specified action.
Syntax

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.
Example
Location(()=>this.Action);
See Also