ValidationMessageStore(EditContext) 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.
Creates an instance of ValidationMessageStore.
public:
ValidationMessageStore(Microsoft::AspNetCore::Components::Forms::EditContext ^ editContext);
public ValidationMessageStore (Microsoft.AspNetCore.Components.Forms.EditContext editContext);
new Microsoft.AspNetCore.Components.Forms.ValidationMessageStore : Microsoft.AspNetCore.Components.Forms.EditContext -> Microsoft.AspNetCore.Components.Forms.ValidationMessageStore
Public Sub New (editContext As EditContext)
Parameters
- editContext
- EditContext
The EditContext with which this store should be associated.