C# Class Bundling.Extensions.Renderers.AssetRenderer

显示文件 Open project: unger/Bundling.Extensions Class Usage Examples

Private Properties

Property Type Description
GetTimeStamp string

Public Methods

Method Description
Render ( string tagFormat, string optimizedExtension, string path, int indent ) : IHtmlString
RenderUrl ( string path, string extension ) : string

Private Methods

Method Description
GetTimeStamp ( Bundle bundle, BundleContext bundleContext ) : string

Method Details

Render() public static method

public static Render ( string tagFormat, string optimizedExtension, string path, int indent ) : IHtmlString
tagFormat string
optimizedExtension string
path string
indent int
return IHtmlString

RenderUrl() public static method

public static RenderUrl ( string path, string extension ) : string
path string
extension string
return string