C# Class Cassette.NullPlaceholderTracker

A do-nothing implementation of IPlaceholderTracker.
Inheritance: IPlaceholderTracker
Mostra file Open project: Zocdoc/cassette Class Usage Examples

Public Methods

Method Description
InsertPlaceholder ( Func futureHtml ) : string
ReplacePlaceholders ( string html ) : string

Method Details

InsertPlaceholder() public method

public InsertPlaceholder ( Func futureHtml ) : string
futureHtml Func
return string

ReplacePlaceholders() public method

public ReplacePlaceholders ( string html ) : string
html string
return string