CSharpTagHelperCodeRenderer Class
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 tag helper rendering code.
public ref class CSharpTagHelperCodeRenderer
public class CSharpTagHelperCodeRenderer
type CSharpTagHelperCodeRenderer = class
Public Class CSharpTagHelperCodeRenderer
- Inheritance
-
CSharpTagHelperCodeRenderer
Constructors
| CSharpTagHelperCodeRenderer(IChunkVisitor, CSharpCodeWriter, CodeGeneratorContext) |
Instantiates a new CSharpTagHelperCodeRenderer. |
Properties
| AttributeValueCodeRenderer |
Methods
| GenerateUniqueId() |
Generates a unique ID for an HTML element. |
| IsDynamicAttributeValue(Chunk) | |
| RenderTagHelper(TagHelperChunk) |
Renders the code for the given |
| TryGetPlainTextValue(Chunk, String) | |