コード例 #1
0
ファイル: JumonyView.cs プロジェクト: ajayumi/Jumony
 /// <summary>
 /// 处理 HTML 文档
 /// </summary>
 protected virtual void ProcessScope( IViewHandler handler )
 {
   handler.ProcessScope( CreateViewContext(), Scope, Url );
 }
コード例 #2
0
ファイル: JumonyView.cs プロジェクト: toddfsy/Jumony
 /// <summary>
 /// 处理 HTML 文档
 /// </summary>
 protected virtual void ProcessScope(IViewHandler handler)
 {
     handler.ProcessScope(ViewContext, Scope, Url);
 }