Udostępnij za pośrednictwem


IMvcRazorHost.GenerateCode(String, Stream) Metoda

Definicja

Analizuje i generuje zawartość pliku Razor reprezentowanego przez inputStreamelement .

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

Parametry

rootRelativePath
String

Ścieżka względem katalogu głównego aplikacji. Służy do generowania pragmatów liniowych i obliczania nazwy klasy wygenerowanego typu.

inputStream
Stream

Obiekt Stream reprezentujący zawartość Razor.

Zwraca

GeneratorResults Wystąpienie reprezentujące wyniki generowania kodu.

Dotyczy