Condividi tramite


RazorCodeLanguage.CreateCodeParser Metodo

Definizione

Costruisce il parser di codice. Deve restituire una nuova istanza in OGNI chiamata per garantire la thread-safety

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

Restituisce

Si applica a