Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1Style Class / AllowRepeatedAttributes Property

In This Topic
    AllowRepeatedAttributes Property
    In This Topic
    Gets or sets whether when setting a property the value will replace the previous value or not.
    Syntax
    'Declaration
     
    
    Public Property AllowRepeatedAttributes As Boolean
    public bool AllowRepeatedAttributes {get; set;}
    See Also