Skip to main content

RuntimeAppSettings

Assembly: ServiceStack.dll
View Source
Declaration
public class RuntimeAppSettings : IRuntimeAppSettings

Properties

Settings

View Source
Declaration
public Dictionary<string, Func<IRequest, object>> Settings { get; set; }

Methods

Get<T>(IRequest, String, T)

View Source
Declaration
public T Get<T>(IRequest request, string name, T defaultValue)
Returns

<T>

Parameters
TypeName
ServiceStack.Web.IRequestrequest
System.Stringname
<T>defaultValue
Type Parameters
  • T

Implements