Show / Hide Table of Contents

Class BlogPostCreate

Inheritance
object
CmsKitProComponentBase
BlogPostCreate
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
[Authorize("CmsKit.BlogPosts.Create")]
[Route("/Cms/BlogPosts/Create")]
public class BlogPostCreate : CmsKitProComponentBase

Constructors

BlogPostCreate()

Declaration
public BlogPostCreate()

Fields

BreadcrumbItems

Declaration
protected List<BreadcrumbItem> BreadcrumbItems
Field Value
Type Description
List<BreadcrumbItem>

HasPublishPermission

Declaration
protected bool HasPublishPermission
Field Value
Type Description
bool

Tags

Declaration
protected string Tags
Field Value
Type Description
string

ValidationsRef

Declaration
protected Validations ValidationsRef
Field Value
Type Description
Validations

Properties

BlogAdminAppService

Declaration
[Inject]
protected IBlogAdminAppService BlogAdminAppService { get; set; }
Property Value
Type Description
IBlogAdminAppService

BlogId

Declaration
[Required]
protected Guid? BlogId { get; set; }
Property Value
Type Description
Guid?

BlogPost

Declaration
protected CreateBlogPostDto BlogPost { get; set; }
Property Value
Type Description
CreateBlogPostDto

BlogPostAdminAppService

Declaration
[Inject]
protected IBlogPostAdminAppService BlogPostAdminAppService { get; set; }
Property Value
Type Description
IBlogPostAdminAppService

Blogs

Declaration
protected List<BlogDto> Blogs { get; set; }
Property Value
Type Description
List<BlogDto>

CoverImage

Declaration
protected IFileEntry CoverImage { get; set; }
Property Value
Type Description
IFileEntry

EntityTagAdminAppService

Declaration
[Inject]
protected IEntityTagAdminAppService EntityTagAdminAppService { get; set; }
Property Value
Type Description
IEntityTagAdminAppService

MediaDescriptorAdminAppService

Declaration
[Inject]
protected IMediaDescriptorAdminAppService MediaDescriptorAdminAppService { get; set; }
Property Value
Type Description
IMediaDescriptorAdminAppService

NavigationManager

Declaration
[Inject]
protected NavigationManager NavigationManager { get; set; }
Property Value
Type Description
NavigationManager

Methods

BuildRenderTree(RenderTreeBuilder)

Declaration
protected override void BuildRenderTree(RenderTreeBuilder __builder)
Parameters
Type Name Description
RenderTreeBuilder __builder

CreateBlogPostAsync(BlogPostStatus)

Declaration
protected virtual Task CreateBlogPostAsync(BlogPostStatus status)
Parameters
Type Name Description
BlogPostStatus status
Returns
Type Description
Task

OnCoverImageChangedAsync(FileChangedEventArgs)

Declaration
protected virtual Task OnCoverImageChangedAsync(FileChangedEventArgs e)
Parameters
Type Name Description
FileChangedEventArgs e
Returns
Type Description
Task

OnInitializedAsync()

Declaration
protected override Task OnInitializedAsync()
Returns
Type Description
Task

OnSlugTextChangedAsync(string)

Declaration
protected virtual Task OnSlugTextChangedAsync(string value)
Parameters
Type Name Description
string value
Returns
Type Description
Task

OnTitleTextChangedAsync(string)

Declaration
protected virtual Task OnTitleTextChangedAsync(string value)
Parameters
Type Name Description
string value
Returns
Type Description
Task

PublishBlogPostAsync()

Declaration
protected virtual Task PublishBlogPostAsync()
Returns
Type Description
Task

SaveToDraftAsync()

Declaration
protected virtual Task SaveToDraftAsync()
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected virtual ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

WaitingForReviewAsync()

Declaration
protected virtual Task WaitingForReviewAsync()
Returns
Type Description
Task
In this article
Back to top Powered by Volosoft