Class BlockQuote
Represents a markdown block quote: > Quote
.
Implements
Inherited Members
Namespace: Radzen.Blazor.Markdown
Assembly: Radzen.Blazor.dll
Syntax
public class BlockQuote : BlockContainer, INode
Methods
Accept(INodeVisitor)
Accepts a visitor.
Declaration
public override void Accept(INodeVisitor visitor)
Parameters
Type | Name | Description |
---|---|---|
INodeVisitor | visitor |
Overrides
CanContain(Block)
Determines if the block can contain the specified node.
Declaration
public override bool CanContain(Block node)
Parameters
Type | Name | Description |
---|---|---|
Block | node |
Returns
Type | Description |
---|---|
System.Boolean |