Class UrlForwardingManagement
Inheritance
UrlForwardingManagement
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
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
GetDeleteConfirmationMessage(ShortenedUrlDto)
Declaration
protected override string GetDeleteConfirmationMessage(ShortenedUrlDto entity)
Parameters
Returns
OpenEditModalAsync(ShortenedUrlDto)
Declaration
protected override Task OpenEditModalAsync(ShortenedUrlDto entity)
Parameters
Returns
SetBreadcrumbItemsAsync()
Declaration
protected override ValueTask SetBreadcrumbItemsAsync()
Returns
SetEntityActionsAsync()
Declaration
protected override ValueTask SetEntityActionsAsync()
Returns
SetTableColumnsAsync()
Declaration
protected override ValueTask SetTableColumnsAsync()
Returns
SetToolbarItemsAsync()
Declaration
protected override ValueTask SetToolbarItemsAsync()
Returns