RouteValueProvider Class
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.
An IValueProvider adapter for data stored in an RouteValueDictionary.
public ref class RouteValueProvider : Microsoft::AspNetCore::Mvc::ModelBinding::BindingSourceValueProvider
public class RouteValueProvider : Microsoft.AspNetCore.Mvc.ModelBinding.BindingSourceValueProvider
type RouteValueProvider = class
inherit BindingSourceValueProvider
Public Class RouteValueProvider
Inherits BindingSourceValueProvider
- Inheritance
Constructors
RouteValueProvider(BindingSource, RouteValueDictionary, CultureInfo) |
Creates a new RouteValueProvider. |
RouteValueProvider(BindingSource, RouteValueDictionary) |
Creates a new RouteValueProvider. |
Properties
BindingSource |
Gets the corresponding BindingSource. (Inherited from BindingSourceValueProvider) |
Culture |
The culture to use. |
PrefixContainer |
The prefix container. |
Methods
ContainsPrefix(String) |
Determines whether the collection contains the specified prefix. |
Filter(BindingSource) |
Filters the value provider based on |
GetValue(String) |
Retrieves a value object using the specified key. |