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
Type | Name |
---|---|
ServiceStack.Web.IRequest | request |
System.String | name |
<T> | defaultValue |
Type Parameters
T