TagHelperAttributeTracker(String, Chunk, HtmlAttributeValueStyle) Constructor
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.
public:
TagHelperAttributeTracker(System::String ^ name, Microsoft::AspNetCore::Razor::Chunks::Chunk ^ value, Microsoft::AspNetCore::Razor::TagHelpers::HtmlAttributeValueStyle valueStyle);
public TagHelperAttributeTracker (string name, Microsoft.AspNetCore.Razor.Chunks.Chunk value, Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle valueStyle);
new Microsoft.AspNetCore.Razor.Chunks.TagHelperAttributeTracker : string * Microsoft.AspNetCore.Razor.Chunks.Chunk * Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle -> Microsoft.AspNetCore.Razor.Chunks.TagHelperAttributeTracker
Public Sub New (name As String, value As Chunk, valueStyle As HtmlAttributeValueStyle)
Parameters
- name
- String
- value
- Chunk
- valueStyle
- HtmlAttributeValueStyle