Skip to content

iw4madminapplication PageList

RaidMax edited this page May 21, 2023 · 1 revision

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
Loading

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

Clone this wiki locally