Skip to content

Commit 1165397

Browse files
authored
Fix description for ContentId of Attachment model
not showing example image tag usage
1 parent 4a31535 commit 1165397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SendGrid/Helpers/Mail/Model/Attachment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ public class Attachment
3838
public string Disposition { get; set; }
3939

4040
/// <summary>
41-
/// Gets or sets a unique id that you specify for the attachment. This is used when the disposition is set to "inline" and the attachment is an image, allowing the file to be displayed within the body of your email. Ex: <img src="cid:ii_139db99fdb5c3704"></img>.
41+
/// Gets or sets a unique id that you specify for the attachment. This is used when the disposition is set to "inline" and the attachment is an image, allowing the file to be displayed within the body of your email. Ex: &lt;img src="cid:ii_139db99fdb5c3704"&gt;&lt;/img&gt;.
4242
/// </summary>
4343
[JsonProperty(PropertyName = "content_id")]
4444
public string ContentId { get; set; }

0 commit comments

Comments
 (0)