ModelStateDictionary.PrefixEnumerable(ModelStateDictionary, String) Constructor
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.
Initializes a new instance of ModelStateDictionary.PrefixEnumerable.
public:
PrefixEnumerable(Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateDictionary ^ dictionary, System::String ^ prefix);
public PrefixEnumerable (Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary dictionary, string prefix);
new Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.PrefixEnumerable : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary * string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateDictionary.PrefixEnumerable
Public Sub New (dictionary As ModelStateDictionary, prefix As String)
Parameters
- dictionary
- ModelStateDictionary
The ModelStateDictionary.
- prefix
- String
The prefix.