WebSettings

Generic settings used to configure web applications.

Namespace:
KpokPatagon.AspNet.Settings
Type:
Class
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
No
Inherits from:
KpokPatagon.Models.Settings.SettingsBase

Properties

ApplicationRootAddress

Application root Uri.

Signature:
public String ApplicationRootAddress { get; set; }

AuthenticationCookieLifetime

Time in minutes that the authentication cookie (or session) lasts.

Signature:
public Nullable<Int32> AuthenticationCookieLifetime { get; set; }

ClientApplicationRootAddress

Client application root Uri.

Signature:
public String ClientApplicationRootAddress { get; set; }

ProblemTypeBaseUri

Base Uri for defining problem types.

Signature:
public String ProblemTypeBaseUri { get; set; }