Esempio n. 1
0
 public void ProcessRazorPage(IRequest httpReq, RazorPage contentPage, object model, IResponse httpRes)
 {
     PageResolver.ExecuteRazorPage(httpReq, httpRes, model, contentPage);
 }
Esempio n. 2
0
 public IRazorView ProcessRazorPage(IRequest httpReq, RazorPage contentPage, object model, IResponse httpRes)
 {
     return(PageResolver.ExecuteRazorPage(httpReq, httpRes.OutputStream, model, contentPage));
 }