Class Page
The page.
Inheritance
System.Object
Page
Namespace: DisCatSharp.Interactivity
Assembly: DisCatSharp.Interactivity.dll
Syntax
public class Page
Constructors
| Improve this Doc View SourcePage(String, DiscordEmbedBuilder)
Initializes a new instance of the Page class.
Declaration
public Page(string content = "", DiscordEmbedBuilder embed = null)
Parameters
Type | Name | Description |
---|---|---|
System.String | content | The content. |
DiscordEmbedBuilder | embed | The embed. |
Properties
| Improve this Doc View SourceContent
Gets or sets the content.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Embed
Gets or sets the embed.
Declaration
public DiscordEmbed Embed { get; set; }
Property Value
Type | Description |
---|---|
DiscordEmbed |