RazorCodeLanguage.CreateCodeParser 메서드

정의

코드 파서 생성 스레드 안전을 보장하려면 모든 호출에서 새 instance 반환해야 합니다.

public:
 abstract Microsoft::AspNetCore::Razor::Parser::ParserBase ^ CreateCodeParser();
public abstract Microsoft.AspNetCore.Razor.Parser.ParserBase CreateCodeParser ();
abstract member CreateCodeParser : unit -> Microsoft.AspNetCore.Razor.Parser.ParserBase
Public MustOverride Function CreateCodeParser () As ParserBase

반환

적용 대상