BBCodeCommandBase Class
Definition
Section titled “Definition”The base class for a BBCode command.
public abstract class BBCodeCommandBase : ParseCommandBaseInheritance object → ParseCommandBase
Constructors
Section titled “Constructors”BBCodeCommandBase()
Section titled “BBCodeCommandBase()”protected BBCodeCommandBase()Properties
Section titled “Properties”The tag used to create this command.
public string Tag { get; protected set; }Methods
Section titled “Methods”SetBBCode(string, string?, Dictionary<string, string>?)
Section titled “SetBBCode(string, string?, Dictionary<string, string>?)”Provides the information about the tag that triggered this command.
public abstract void SetBBCode(string tag, string? value, Dictionary<string, string>? parameters)Parameters
Section titled “Parameters”tag string
The BBCode tag condition that triggered the command.
value string
Optional value provided by the BBCode.
parameters Dictionary<string, string>
Optional parameters provided by the BBCode.