RazorParser.Parse 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
Parse(ITextDocument) | |
Parse(LookaheadTextReader) |
사용되지 않음.
|
Parse(TextReader) | |
Parse(LookaheadTextReader, ParserVisitor) |
사용되지 않음.
|
Parse(TextReader, ParserVisitor) |
Parse(ITextDocument)
public:
virtual Microsoft::AspNetCore::Razor::ParserResults ^ Parse(Microsoft::AspNetCore::Razor::Text::ITextDocument ^ input);
public virtual Microsoft.AspNetCore.Razor.ParserResults Parse (Microsoft.AspNetCore.Razor.Text.ITextDocument input);
abstract member Parse : Microsoft.AspNetCore.Razor.Text.ITextDocument -> Microsoft.AspNetCore.Razor.ParserResults
override this.Parse : Microsoft.AspNetCore.Razor.Text.ITextDocument -> Microsoft.AspNetCore.Razor.ParserResults
Public Overridable Function Parse (input As ITextDocument) As ParserResults
매개 변수
- input
- ITextDocument
반환
적용 대상
Parse(LookaheadTextReader)
주의
Lookahead-based readers have been deprecated, use overrides which accept a TextReader or ITextDocument instead
public:
virtual Microsoft::AspNetCore::Razor::ParserResults ^ Parse(Microsoft::AspNetCore::Razor::Text::LookaheadTextReader ^ input);
[System.Obsolete("Lookahead-based readers have been deprecated, use overrides which accept a TextReader or ITextDocument instead")]
public virtual Microsoft.AspNetCore.Razor.ParserResults Parse (Microsoft.AspNetCore.Razor.Text.LookaheadTextReader input);
[<System.Obsolete("Lookahead-based readers have been deprecated, use overrides which accept a TextReader or ITextDocument instead")>]
abstract member Parse : Microsoft.AspNetCore.Razor.Text.LookaheadTextReader -> Microsoft.AspNetCore.Razor.ParserResults
override this.Parse : Microsoft.AspNetCore.Razor.Text.LookaheadTextReader -> Microsoft.AspNetCore.Razor.ParserResults
Public Overridable Function Parse (input As LookaheadTextReader) As ParserResults
매개 변수
- input
- LookaheadTextReader
반환
- 특성
적용 대상
Parse(TextReader)
public:
virtual Microsoft::AspNetCore::Razor::ParserResults ^ Parse(System::IO::TextReader ^ input);
public virtual Microsoft.AspNetCore.Razor.ParserResults Parse (System.IO.TextReader input);
abstract member Parse : System.IO.TextReader -> Microsoft.AspNetCore.Razor.ParserResults
override this.Parse : System.IO.TextReader -> Microsoft.AspNetCore.Razor.ParserResults
Public Overridable Function Parse (input As TextReader) As ParserResults
매개 변수
- input
- TextReader
반환
적용 대상
Parse(LookaheadTextReader, ParserVisitor)
주의
Lookahead-based readers have been deprecated, use overrides which accept a TextReader or ITextDocument instead
public:
virtual void Parse(Microsoft::AspNetCore::Razor::Text::LookaheadTextReader ^ input, Microsoft::AspNetCore::Razor::Parser::ParserVisitor ^ visitor);
[System.Obsolete("Lookahead-based readers have been deprecated, use overrides which accept a TextReader or ITextDocument instead")]
public virtual void Parse (Microsoft.AspNetCore.Razor.Text.LookaheadTextReader input, Microsoft.AspNetCore.Razor.Parser.ParserVisitor visitor);
[<System.Obsolete("Lookahead-based readers have been deprecated, use overrides which accept a TextReader or ITextDocument instead")>]
abstract member Parse : Microsoft.AspNetCore.Razor.Text.LookaheadTextReader * Microsoft.AspNetCore.Razor.Parser.ParserVisitor -> unit
override this.Parse : Microsoft.AspNetCore.Razor.Text.LookaheadTextReader * Microsoft.AspNetCore.Razor.Parser.ParserVisitor -> unit
Public Overridable Sub Parse (input As LookaheadTextReader, visitor As ParserVisitor)
매개 변수
- input
- LookaheadTextReader
- visitor
- ParserVisitor
- 특성
적용 대상
Parse(TextReader, ParserVisitor)
public:
virtual void Parse(System::IO::TextReader ^ input, Microsoft::AspNetCore::Razor::Parser::ParserVisitor ^ visitor);
public virtual void Parse (System.IO.TextReader input, Microsoft.AspNetCore.Razor.Parser.ParserVisitor visitor);
abstract member Parse : System.IO.TextReader * Microsoft.AspNetCore.Razor.Parser.ParserVisitor -> unit
override this.Parse : System.IO.TextReader * Microsoft.AspNetCore.Razor.Parser.ParserVisitor -> unit
Public Overridable Sub Parse (input As TextReader, visitor As ParserVisitor)
매개 변수
- input
- TextReader
- visitor
- ParserVisitor