1 iw4madminapplication PageList
RaidMax edited this page 2023-05-20 22:09:21 -05:00

PageList Internal class

Description

implementatin of IPageList that supports basic pages title and page location for webfront

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph IW4MAdmin.Application
  IW4MAdmin.Application.PageList[[PageList]]
  end
  subgraph SharedLibraryCore.Interfaces
  SharedLibraryCore.Interfaces.IPageList[[IPageList]]
  class SharedLibraryCore.Interfaces.IPageList interfaceStyle;
  end
SharedLibraryCore.Interfaces.IPageList --> IW4MAdmin.Application.PageList

Members

Properties

Public properties

Type Name Methods
IDictionary<string, string> Pages
Pages dictionary
Key = page name
Value = page location (url)
get, set

Details

Summary

implementatin of IPageList that supports basic pages title and page location for webfront

Inheritance

Constructors

PageList

Source code

public PageList()

Properties

Pages

public virtual IDictionary<string, string> Pages { get; set; }
Summary

Pages dictionary Key = page name Value = page location (url)

Generated with ModularDoc