다음을 통해 공유


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

반환

적용 대상