IMvcRazorHost Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the contracts for a Razor host that parses Razor files and generates C# code.
public interface class IMvcRazorHost
C#
public interface IMvcRazorHost
type IMvcRazorHost = interface
Public Interface IMvcRazorHost
- Derived
Default |
Represent the namespace the main entry class in the view. |
Generate |
Parses and generates the contents of a Razor file represented by |
Product | Versions |
---|---|
ASP.NET Core | 1.0, 1.1 |