Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
CustomizeMarkdownEventArgs.cs
1
using
System
;
2
3
namespace
Waher.Networking.HTTP.OAuth.Events
4
{
8
public
class
CustomizeMarkdownEventArgs
: EventArgs
9
{
14
public
CustomizeMarkdownEventArgs
(
string
Markdown
)
15
{
16
this.Markdown =
Markdown
;
17
}
18
22
public
string
Markdown
{
get
;
set
; }
23
}
24
}
Waher.Networking.HTTP.OAuth.Events.CustomizeMarkdownEventArgs
Event arguments for markdown customization events.
Definition:
CustomizeMarkdownEventArgs.cs:9
Waher.Networking.HTTP.OAuth.Events.CustomizeMarkdownEventArgs.CustomizeMarkdownEventArgs
CustomizeMarkdownEventArgs(string Markdown)
Event arguments for markdown customization events.
Definition:
CustomizeMarkdownEventArgs.cs:14
Waher.Networking.HTTP.OAuth.Events.CustomizeMarkdownEventArgs.Markdown
string Markdown
Markdown text that can be customized.
Definition:
CustomizeMarkdownEventArgs.cs:22
System
Definition:
Adapters.g.cs:58
Waher.Networking.HTTP.OAuth.Events
Definition:
CustomizeMarkdownEventArgs.cs:4
IoTGateway
Networking
Waher.Networking.HTTP.OAuth
Events
CustomizeMarkdownEventArgs.cs
Generated by
1.9.5