ElementalValueProvider Class¶
- Namespace
Microsoft.AspNetCore.Mvc.Internal
- Assemblies
- Microsoft.AspNetCore.Mvc.Core
Syntax¶
public class ElementalValueProvider : IValueProvider
-
class
Microsoft.AspNetCore.Mvc.Internal.
ElementalValueProvider
Constructors¶
-
ElementalValueProvider
(System.String, System.String, System.Globalization.CultureInfo)¶ public ElementalValueProvider(string key, string value, CultureInfo culture)
-
Methods¶
-
ContainsPrefix
(System.String)¶ Return type: System.Boolean public bool ContainsPrefix(string prefix)
-
GetValue
(System.String)¶ Return type: Microsoft.AspNetCore.Mvc.ModelBinding.ValueProviderResult public ValueProviderResult GetValue(string key)
-
Properties¶
-
Microsoft.AspNetCore.Mvc.Internal.ElementalValueProvider.
Culture
¶ Return type: System.Globalization.CultureInfo public CultureInfo Culture { get; }
-
Microsoft.AspNetCore.Mvc.Internal.ElementalValueProvider.
Key
¶ Return type: System.String public string Key { get; }
-
Microsoft.AspNetCore.Mvc.Internal.ElementalValueProvider.
Value
¶ Return type: System.String public string Value { get; }
-