Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WidgetExtensions..::..AddAttributes<(Of <(<'TViewComponent, TBuilder>)>)> Method (TBuilder, Object)

Sets HTML attributes without clearing the existing.

Namespace:  Suoranta.WebApp.Kendo.RazorHelpers
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public static TBuilder AddAttributes<TViewComponent, TBuilder>(
	this TBuilder builder,
	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.

Parameters

builder
Type: TBuilder
The builder.
values
Type: Object

Return Value