Partager via


ParserContext.IsWithin(BlockType) Méthode

Définition

Obtient une valeur booléenne indiquant si l’un des ancêtres du bloc actuel est du type spécifié

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

Paramètres

type
BlockType

Retours

S’applique à