次の方法で共有


ParserContext.IsWithin(BlockType) メソッド

定義

現在のブロックのいずれかの先祖が指定された型であるかどうかを示すブール値を取得します

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

パラメーター

type
BlockType

戻り値

適用対象