CSharpTagHelperCodeRenderer.RenderTagHelper(TagHelperChunk) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders the code for the given chunk.
public:
void RenderTagHelper(Microsoft::AspNetCore::Razor::Chunks::TagHelperChunk ^ chunk);
public void RenderTagHelper (Microsoft.AspNetCore.Razor.Chunks.TagHelperChunk chunk);
member this.RenderTagHelper : Microsoft.AspNetCore.Razor.Chunks.TagHelperChunk -> unit
Public Sub RenderTagHelper (chunk As TagHelperChunk)
Parameters
- chunk
- TagHelperChunk
A TagHelperChunk to render.