IMvcRazorHost Interface

Definition

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

public interface class IMvcRazorHost
public interface IMvcRazorHost
type IMvcRazorHost = interface
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