Class UpdateBlogDto
Inheritance
System.Object
UpdateBlogDto
Namespace: Volo.Blogging.Admin.Blogs
Assembly: Volo.Blogging.Admin.Application.Contracts.dll
Syntax
public class UpdateBlogDto : 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 |