C# 클래스 Cassette.NullPlaceholderTracker

A do-nothing implementation of IPlaceholderTracker.
상속: IPlaceholderTracker
파일 보기 프로젝트 열기: Zocdoc/cassette 1 사용 예제들

공개 메소드들

메소드 설명
InsertPlaceholder ( Func futureHtml ) : string
ReplacePlaceholders ( string html ) : string

메소드 상세

InsertPlaceholder() 공개 메소드

public InsertPlaceholder ( Func futureHtml ) : string
futureHtml Func
리턴 string

ReplacePlaceholders() 공개 메소드

public ReplacePlaceholders ( string html ) : string
html string
리턴 string