ValidationSummary.Model Property
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.
Gets or sets the model to produce the list of validation messages for. When specified, this lists all errors that are associated with the model instance.
public:
property System::Object ^ Model { System::Object ^ get(); void set(System::Object ^ value); };
[Microsoft.AspNetCore.Components.Parameter]
public object Model { get; set; }
[Microsoft.AspNetCore.Components.Parameter]
public object? Model { get; set; }
[<Microsoft.AspNetCore.Components.Parameter>]
member this.Model : obj with get, set
Public Property Model As Object
Property Value
- Attributes