WidgetExtensions..::..AddAttributes<(Of <(<'TViewComponent, TBuilder>)>)> Method (TBuilder, IDictionary<(Of <(<'String, Object>)>)>)
Sets HTML attributes without clearing the existing.
Namespace:
Suoranta.WebApp.Kendo.RazorHelpersAssembly: Suoranta.WebApp (in Suoranta.WebApp.dll)
Syntax
public static TBuilder AddAttributes<TViewComponent, TBuilder>( this TBuilder builder, IDictionary<string, Object> values ) where TViewComponent : WidgetBase, WidgetBase where TBuilder : WidgetBuilderBase<TViewComponent, TBuilder>, WidgetBuilderBase<TViewComponent, TBuilder>
Type Parameters
- TViewComponent
- The type of the view component.
- TBuilder
- The type of the builder.

