Class CreateModel.BlogCreateModalView
Inheritance
System.Object
CreateModel.BlogCreateModalView
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.Admin.Pages.Blogging.Admin.Blogs
Assembly: Volo.Blogging.Admin.Web.dll
Syntax
public class BlogCreateModalView
Properties
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Name
Declaration
[Required]
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ShortName
Declaration
[Required]
public string ShortName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |