Implemented interface member:
method
CompileAsync
Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler.CompileAsync(System.String)
7 references to CompileAsync
Microsoft.AspNetCore.Mvc.Razor.Test (7)
Compilation\DefaultViewCompilerTest.cs (7)
19
var result1 = await viewCompiler.
CompileAsync
(path);
20
var result2 = await viewCompiler.
CompileAsync
(path);
38
var result = await viewCompiler.
CompileAsync
(path);
62
var result = await viewCompiler.
CompileAsync
(lookupPath);
80
var result = await viewCompiler.
CompileAsync
("Views\\Home\\Index.cshtml");
102
var result = await viewCompiler.
CompileAsync
(path);
112
result = await viewCompiler.
CompileAsync
(path);