MvcRazorHost.GenerateCode(String, Stream) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
tarafından inputStream
temsil 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.
Döndürülenler
GeneratorResults Kod oluşturmanın sonuçlarını temsil eden bir örnek.