IRuntimeAppSettings
Assembly: ServiceStack.Interfaces.dll
View Source
Declaration
public interface IRuntimeAppSettings
Methods
Get<T>(IRequest, String, T)
View Source
Declaration
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