BundleBase T  WithAttributes Method SquishIt API Documentation
Include a given HTML attribute in rendered tag.

Namespace: SquishIt.Framework.Base
Assembly: SquishIt.Framework (in SquishIt.Framework.dll) Version: 0.9.5.0 (0.9.5.0)
Syntax

public T WithAttributes(
	Dictionary<string, string> attributes,
	bool merge = true
)

Parameters

attributes
Type: OnlineSystem.Collections.Generic Dictionary OnlineString, OnlineString 
Attribute name/value pairs.
merge (Optional)
Type: OnlineSystem Boolean
Merge with attributes already added (false will overwrite).

Return Value

Type: T
See Also