Table of Contents

Class PageState

Namespace
Oqtane.UI
Assembly
Oqtane.Client.dll
public class PageState
Inheritance
PageState

Properties

Action

public string Action { get; set; }

Property Value

string

Alias

public Alias Alias { get; set; }

Property Value

Alias

EditMode

public bool EditMode { get; set; }

Property Value

bool

IsInternalNavigation

public bool IsInternalNavigation { get; set; }

Property Value

bool

Languages

public List<Language> Languages { get; }

Property Value

List<Language>

LastSyncDate

public DateTime LastSyncDate { get; set; }

Property Value

DateTime

ModuleId

public int ModuleId { get; set; }

Property Value

int

Modules

public List<Module> Modules { get; set; }

Property Value

List<Module>

Page

public Page Page { get; set; }

Property Value

Page

Pages

public List<Page> Pages { get; }

Property Value

List<Page>

QueryString

public Dictionary<string, string> QueryString { get; set; }

Property Value

Dictionary<string, string>

Refresh

public bool Refresh { get; set; }

Property Value

bool

RemoteIPAddress

public string RemoteIPAddress { get; set; }

Property Value

string

RenderId

public Guid RenderId { get; set; }

Property Value

Guid

RenderMode

public string RenderMode { get; set; }

Property Value

string

ReturnUrl

public string ReturnUrl { get; set; }

Property Value

string

Route

public Route Route { get; set; }

Property Value

Route

Runtime

public Runtime Runtime { get; set; }

Property Value

Runtime

Site

public Site Site { get; set; }

Property Value

Site

Uri

public Uri Uri { get; set; }

Property Value

Uri

UrlParameters

public string UrlParameters { get; set; }

Property Value

string

User

public User User { get; set; }

Property Value

User

VisitorId

public int VisitorId { get; set; }

Property Value

int