Share via


ValidationSummary.Model Property

Definition

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

Applies to