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