CreatePostModel.Content Property

Definition

The content of the post

[System.Text.Json.Serialization.JsonPropertyName("content")]
public string Content { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("content")>]
member this.Content : string with get, set
Public Property Content As String

Property Value

Attributes

Applies to