TemplateBinder.GetValues(RouteValueDictionary, RouteValueDictionary) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Generates the parameter values in the route.
public:
Microsoft::AspNetCore::Routing::Template::TemplateValuesResult ^ GetValues(Microsoft::AspNetCore::Routing::RouteValueDictionary ^ ambientValues, Microsoft::AspNetCore::Routing::RouteValueDictionary ^ values);
public Microsoft.AspNetCore.Routing.Template.TemplateValuesResult GetValues (Microsoft.AspNetCore.Routing.RouteValueDictionary ambientValues, Microsoft.AspNetCore.Routing.RouteValueDictionary values);
public Microsoft.AspNetCore.Routing.Template.TemplateValuesResult? GetValues (Microsoft.AspNetCore.Routing.RouteValueDictionary? ambientValues, Microsoft.AspNetCore.Routing.RouteValueDictionary values);
member this.GetValues : Microsoft.AspNetCore.Routing.RouteValueDictionary * Microsoft.AspNetCore.Routing.RouteValueDictionary -> Microsoft.AspNetCore.Routing.Template.TemplateValuesResult
Public Function GetValues (ambientValues As RouteValueDictionary, values As RouteValueDictionary) As TemplateValuesResult
Parameters
- ambientValues
- RouteValueDictionary
The values associated with the current request.
- values
- RouteValueDictionary
The route values to process.
Returns
A TemplateValuesResult instance. Can be null.