Aracılığıyla paylaş


MvcRazorHost.GenerateCode(String, Stream) Yöntem

Tanım

tarafından inputStreamtemsil edilen bir Razor dosyasının içeriğini ayrıştırıp oluşturur.

public:
 virtual 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
override this.GenerateCode : string * System.IO.Stream -> Microsoft.AspNetCore.Razor.CodeGenerators.GeneratorResults
Public Function GenerateCode (rootRelativePath As String, inputStream As Stream) As GeneratorResults

Parametreler

rootRelativePath
String

Uygulamanın köküne göre yolu. Satır pragmaları oluşturmak ve oluşturulan türün sınıf adını hesaplamak için kullanılır.

inputStream
Stream

Stream Razor içeriğini temsil eden bir.

Döndürülenler

GeneratorResults Kod oluşturmanın sonuçlarını temsil eden bir örnek.

Uygulamalar

Şunlara uygulanır