ValidationSummary.AdditionalAttributes 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 a collection of additional attributes that will be applied to the created ul
element.
public:
property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ AdditionalAttributes { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); void set(System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ value); };
[Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)]
public System.Collections.Generic.IReadOnlyDictionary<string,object> AdditionalAttributes { get; set; }
[Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)]
public System.Collections.Generic.IReadOnlyDictionary<string,object>? AdditionalAttributes { get; set; }
[<Microsoft.AspNetCore.Components.Parameter(CaptureUnmatchedValues=true)>]
member this.AdditionalAttributes : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property AdditionalAttributes As IReadOnlyDictionary(Of String, Object)
Property Value
- Attributes