IBlockCodeGenerator.GenerateEndBlockCode(Block, CodeGeneratorContext) 方法      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。生成 razor 的结束块代码。
public void GenerateEndBlockCode(System.Web.Razor.Parser.SyntaxTree.Block target, System.Web.Razor.Generator.CodeGeneratorContext context);abstract member GenerateEndBlockCode : System.Web.Razor.Parser.SyntaxTree.Block * System.Web.Razor.Generator.CodeGeneratorContext -> unitPublic Sub GenerateEndBlockCode (target As Block, context As CodeGeneratorContext)参数
- target
- Block
目标块。
- context
- CodeGeneratorContext
代码生成器上下文。