MvcRazorHost.GenerateCode(String, Stream) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
가 나타내는 inputStream
Razor 파일의 내용을 구문 분석하고 생성합니다.
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
매개 변수
- rootRelativePath
- String
애플리케이션의 루트를 기준으로 하는 의 경로입니다. 선 pragmas를 생성하고 생성된 형식의 클래스 이름을 계산하는 데 사용됩니다.
반환
GeneratorResults 코드 생성 결과를 나타내는 instance.