ICompilationService 接口

定义

提供用于编译 Razor 页面的方法。

public interface class ICompilationService
public interface ICompilationService
type ICompilationService = interface
Public Interface ICompilationService

方法

Compile(RelativeFileInfo, String)

编译内容并返回编译结果。

适用于