C# Class SendGrid.Helpers.Mail.Content

Datei anzeigen Open project: sendgrid/sendgrid-csharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Content ( ) : Newtonsoft.Json
Content ( string type, string value ) : Newtonsoft.Json

Method Details

Content() public method

public Content ( ) : Newtonsoft.Json
return Newtonsoft.Json

Content() public method

public Content ( string type, string value ) : Newtonsoft.Json
type string
value string
return Newtonsoft.Json