Show / Hide Table of Contents

Class UrlForwardingManagement

Inheritance
object
UrlForwardingManagement
Namespace: Volo.CmsKit.Pro.Admin.Blazor.Pages.CmsKit
Assembly: Volo.CmsKit.Pro.Admin.Blazor.dll
Syntax
[Authorize("CmsKit.UrlShorting")]
[Route("/Cms/UrlShorting")]
public class UrlForwardingManagement : AbpCrudPageBase<IUrlShortingAdminAppService, ShortenedUrlDto, ShortenedUrlDto, Guid, GetShortenedUrlListInput, CreateShortenedUrlDto, UpdateShortenedUrlDto>

Constructors

UrlForwardingManagement()

Declaration
public UrlForwardingManagement()

Properties

EditingSource

Declaration
protected string EditingSource { get; set; }
Property Value
Type Description
string

Toolbar

Declaration
protected PageToolbar Toolbar { get; }
Property Value
Type Description
PageToolbar

UrlForwardingManagementTableColumns

Declaration
protected List<TableColumn> UrlForwardingManagementTableColumns { get; }
Property Value
Type Description
List<TableColumn>

Methods

BuildRenderTree(RenderTreeBuilder)

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

GetDeleteConfirmationMessage(ShortenedUrlDto)

Declaration
protected override string GetDeleteConfirmationMessage(ShortenedUrlDto entity)
Parameters
Type Name Description
ShortenedUrlDto entity
Returns
Type Description
string

OpenEditModalAsync(ShortenedUrlDto)

Declaration
protected override Task OpenEditModalAsync(ShortenedUrlDto entity)
Parameters
Type Name Description
ShortenedUrlDto entity
Returns
Type Description
Task

SetBreadcrumbItemsAsync()

Declaration
protected override ValueTask SetBreadcrumbItemsAsync()
Returns
Type Description
ValueTask

SetEntityActionsAsync()

Declaration
protected override ValueTask SetEntityActionsAsync()
Returns
Type Description
ValueTask

SetTableColumnsAsync()

Declaration
protected override ValueTask SetTableColumnsAsync()
Returns
Type Description
ValueTask

SetToolbarItemsAsync()

Declaration
protected override ValueTask SetToolbarItemsAsync()
Returns
Type Description
ValueTask
In this article
Back to top Powered by Volosoft