IMvcRazorHost Interface

Definition

Specifies the contracts for a Razor host that parses Razor files and generates C# code.

C#
public interface IMvcRazorHost
Derived

Properties

DefaultNamespace

Represent the namespace the main entry class in the view.

Methods

GenerateCode(String, Stream)

Parses and generates the contents of a Razor file represented by inputStream.

Applies to

Product Versions
ASP.NET Core 1.0, 1.1