BlockSyntaxDescriptor.SetAttributeValue
BlockSyntaxDescriptor.SetAttributeValue<T> method
Defines the interface for set attribute.
public void SetAttributeValue<T>(string name, T value)
Parameter | Description |
---|---|
T | The T type. |
name | The string name. |
value | The T value. |
See Also
- class BlockSyntaxDescriptor
- namespace Aspose.Html.Toolkit.Markdown.Syntax.Parser
- assembly Aspose.HTML