Class CreateBlogDto
Inheritance
System.Object
CreateBlogDto
Namespace: Volo.Blogging.Admin.Blogs
Assembly: Volo.Blogging.Admin.Application.Contracts.dll
Syntax
public class CreateBlogDto : object
Properties
Description
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ShortName
Declaration
public string ShortName { get; set; }
Property Value
Type | Description |
---|---|
System.String |