コード例 #1
0
ファイル: ViewBuffer.cs プロジェクト: grandnode/grandnode2
 /// <inheritdoc />
 public IHtmlContentBuilder Clear()
 {
     _multiplePages = null;
     _currentPage   = null;
     return(this);
 }