Condividi tramite


ParserContext.IsWithin(BlockType) Metodo

Definizione

Ottiene un valore booleano che indica se uno dei predecessori del blocco corrente è del tipo specificato

public:
 bool IsWithin(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::BlockType type);
public bool IsWithin(Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType type);
member this.IsWithin : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType -> bool
Public Function IsWithin (type As BlockType) As Boolean

Parametri

type
BlockType

Restituisce

Si applica a