Example #1
0
 /// <summary>
 /// 处理 HTML 文档
 /// </summary>
 protected virtual void ProcessScope( IViewHandler handler )
 {
   handler.ProcessScope( CreateViewContext(), Scope, Url );
 }
Example #2
0
 /// <summary>
 /// 处理 HTML 文档
 /// </summary>
 protected virtual void ProcessScope(IViewHandler handler)
 {
     handler.ProcessScope(ViewContext, Scope, Url);
 }