コード例 #1
0
 public Task <Type> CompileAsync(Stream razorTemplate)
 {
     return(_razorService.CompileAsync(razorTemplate, null));
 }