Click or drag to resize

ReportAttachAssets Method

Insert a set of client assets (CSS or Script) defined in a central manifest (see ClientAssets), honoring the same CDN / file reference / inlined-content modes as AttachCSSFile and AttachScriptFile. Each asset is referenced by a path relative to the web root / Views folder (e.g. "lib/bootstrap/...").

Namespace: Seal.Model
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public string AttachAssets(
	IEnumerable<ClientAsset> assets
)

Parameters

assets  IEnumerableClientAsset
 

Return Value

String
See Also