C# Class Bundling.Extensions.Helpers.BundleResponseFilter

Inheritance: System.IO.MemoryStream
Exibir arquivo Open project: unger/Bundling.Extensions

Private Properties

Property Type Description
LoadBundlePaths List
ReplaceBundleUrls string
RewriteBundleUrl string

Public Methods

Method Description
BundleResponseFilter ( Stream response ) : System.Collections.Generic
Write ( byte buffer, int offset, int count ) : void

Private Methods

Method Description
LoadBundlePaths ( ) : List
ReplaceBundleUrls ( string html ) : string
RewriteBundleUrl ( string bundlePath, string bundleHash ) : string

Method Details

BundleResponseFilter() public method

public BundleResponseFilter ( Stream response ) : System.Collections.Generic
response System.IO.Stream
return System.Collections.Generic

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void