Partager via


ParserContext.StartBlock Méthode

Définition

Surcharges

StartBlock()

Démarre un bloc

StartBlock(BlockType)

Démarre un bloc du type spécifié

StartBlock()

Démarre un bloc

public:
 IDisposable ^ StartBlock();
public IDisposable StartBlock ();
member this.StartBlock : unit -> IDisposable
Public Function StartBlock () As IDisposable

Retours

S’applique à

StartBlock(BlockType)

Démarre un bloc du type spécifié

public:
 IDisposable ^ StartBlock(Microsoft::AspNetCore::Razor::Parser::SyntaxTree::BlockType blockType);
public IDisposable StartBlock (Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType blockType);
member this.StartBlock : Microsoft.AspNetCore.Razor.Parser.SyntaxTree.BlockType -> IDisposable
Public Function StartBlock (blockType As BlockType) As IDisposable

Paramètres

blockType
BlockType

Type du bloc à démarrer

Retours

S’applique à