Class EditPostViewModel
Inheritance
System.Object
EditPostViewModel
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Volo.Blogging.Pages.Blog.Posts
Assembly: Volo.Blogging.Web.dll
Syntax
public class EditPostViewModel
Properties
BlogId
Declaration
[Required]
public Guid BlogId { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Content
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CoverImage
Declaration
[Required]
public string CoverImage { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Declaration
[Required]
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
System.Guid |
Tags
Declaration
public string Tags { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Title
Declaration
[Required]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
Declaration
[Required]
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |