共用方式為


IMvcRazorHost.GenerateCode(String, Stream) 方法

定義

剖析並產生 所 inputStream 表示的 Razor 檔案內容。

public:
 Microsoft::AspNetCore::Razor::CodeGenerators::GeneratorResults ^ GenerateCode(System::String ^ rootRelativePath, System::IO::Stream ^ inputStream);
public Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults GenerateCode (string rootRelativePath, System.IO.Stream inputStream);
abstract member GenerateCode : string * System.IO.Stream -> Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults
Public Function GenerateCode (rootRelativePath As String, inputStream As Stream) As GeneratorResults

參數

rootRelativePath
String

相對於應用程式根目錄的路徑。 用來產生行 pragmas 並計算所產生型別的類別名稱。

inputStream
Stream

Stream 表示 Razor 內容。

傳回

GeneratorResults實例,表示產生程式碼的結果。

適用於