Skip to content
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
stackify
/
Electron.NET
Public
forked from
ElectronNET/Electron.NET
Notifications
You must be signed in to change notification settings
Fork
3
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Files
Expand file tree
feature/DI-MOCK
Breadcrumbs
Electron.NET
/
ElectronNET.API
/
Entities
/
Data.cs
Copy path
Blame
More file actions
Blame
More file actions
Latest commit
History
History
History
38 lines (34 loc) · 806 Bytes
feature/DI-MOCK
Breadcrumbs
Electron.NET
/
ElectronNET.API
/
Entities
/
Data.cs
Copy path
Top
File metadata and controls
Code
Blame
38 lines (34 loc) · 806 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
namespace
ElectronNET
.
API
.
Entities
{
/// <summary>
///
/// </summary>
public
class
Data
{
/// <summary>
/// Gets or sets the text.
/// </summary>
/// <value>
/// The text.
/// </value>
public
string
Text
{
get
;
set
;
}
/// <summary>
/// Gets or sets the HTML.
/// </summary>
/// <value>
/// The HTML.
/// </value>
public
string
Html
{
get
;
set
;
}
/// <summary>
/// Gets or sets the RTF.
/// </summary>
/// <value>
/// The RTF.
/// </value>
public
string
Rtf
{
get
;
set
;
}
/// <summary>
/// The title of the url at text.
/// </summary>
public
string
Bookmark
{
get
;
set
;
}
}
}
You can’t perform that action at this time.