IMvcRazorHost Interface
Definition
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
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 |