BundleBase T  AddEmbeddedResource Method SquishIt API Documentation
Add embedded resource.

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

public T AddEmbeddedResource(
	string localPath,
	string embeddedResourcePath
)

Parameters

localPath
Type: OnlineSystem String
Path to treat asset as if it comes from.
embeddedResourcePath
Type: OnlineSystem String
Path to embedded resource (eg "SquishIt.Tests://EmbeddedResource.Embedded.css").

Return Value

Type: T
See Also