Table of Contents

Class SiteState

Namespace
Oqtane.Shared
Assembly
Oqtane.Shared.dll
public class SiteState
Inheritance
SiteState

Properties

Alias

public Alias Alias { get; set; }

Property Value

Alias

AntiForgeryToken

public string AntiForgeryToken { get; set; }

Property Value

string

AuthorizationToken

public string AuthorizationToken { get; set; }

Property Value

string

IsPrerendering

public bool IsPrerendering { get; set; }

Property Value

bool

Platform

public string Platform { get; set; }

Property Value

string

Properties

public dynamic Properties { get; }

Property Value

dynamic

RemoteIPAddress

public string RemoteIPAddress { get; set; }

Property Value

string

Methods

AppendHeadContent(string)

public void AppendHeadContent(string content)

Parameters

content string

Hydrate(SiteState)

public void Hydrate(SiteState siteState)

Parameters

siteState SiteState