C# Class Bundling.Extensions.Helpers.BundleResponseFilter

Inheritance: System.IO.MemoryStream
Afficher le fichier Open project: unger/Bundling.Extensions

Private Properties

Свойство Type Description
LoadBundlePaths List
ReplaceBundleUrls string
RewriteBundleUrl string

Méthodes publiques

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

Private Methods

Méthode Description
LoadBundlePaths ( ) : List
ReplaceBundleUrls ( string html ) : string
RewriteBundleUrl ( string bundlePath, string bundleHash ) : string

Method Details

BundleResponseFilter() public méthode

public BundleResponseFilter ( Stream response ) : System.Collections.Generic
response System.IO.Stream
Résultat System.Collections.Generic

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void