다음을 통해 공유


GeneratorResults 클래스

정의

Razor 문서에 대한 코드를 구문 분석하고 생성한 결과입니다.

public ref class GeneratorResults : Microsoft::AspNetCore::Razor::ParserResults
public class GeneratorResults : Microsoft.AspNetCore.Razor.ParserResults
type GeneratorResults = class
    inherit ParserResults
Public Class GeneratorResults
Inherits ParserResults
상속
GeneratorResults

생성자

GeneratorResults(Block, IEnumerable<TagHelperDescriptor>, ErrorSink, CodeGeneratorResult, ChunkTree)

GeneratorResults instance 인스턴스화합니다.

GeneratorResults(ParserResults, CodeGeneratorResult, ChunkTree)

GeneratorResults instance 인스턴스화합니다.

속성

ChunkTree

ChunkTree 문서의 입니다.

DesignTimeLineMappings

LineMapping디자인 타임 동안 파일에서 코드를 프로젝션하는 데 사용됩니다.

Document

문서 구문 트리의 루트 노드입니다.

(다음에서 상속됨 ParserResults)
ErrorSink

를 집계 RazorError하는 데 사용됩니다.

(다음에서 상속됨 ParserResults)
GeneratedCode

문서에 대해 생성된 코드입니다.

ParserErrors

구문 분석하는 동안 발생한 오류의 목록입니다.

(다음에서 상속됨 ParserResults)
Prefix

HTML과 일치할 때 필수 접두사로 사용되는 텍스트입니다.

(다음에서 상속됨 ParserResults)
Success

구문 분석이 성공했는지(오류 없음)를 나타냅니다.

(다음에서 상속됨 ParserResults)
TagHelperDescriptors

TagHelperDescriptor현재 Razor 문서에 대해 찾은 입니다.

(다음에서 상속됨 ParserResults)

적용 대상