C# Class SimpleBundler.CssPack

Datei anzeigen Open project: opentable/SimpleBundler Class Usage Examples

Public Methods

Method Description
Add ( string file ) : void
AsNamed ( string name ) : void
RenderBundleTags ( string name ) : string
RenderContents ( string name ) : string
RenderNormalTags ( string name ) : string

Method Details

Add() public method

public Add ( string file ) : void
file string
return void

AsNamed() public method

public AsNamed ( string name ) : void
name string
return void

RenderBundleTags() public method

public RenderBundleTags ( string name ) : string
name string
return string

RenderContents() public method

public RenderContents ( string name ) : string
name string
return string

RenderNormalTags() public method

public RenderNormalTags ( string name ) : string
name string
return string