IViewBag
Assembly: ServiceStack.Razor.dll
View Source
Declaration
public interface IViewBag
Methods
TryGetItem(String, out Object)
View Source
Declaration
bool TryGetItem(string name, out object result)
Returns
System.Boolean
Parameters
Type | Name |
---|---|
System.String | name |
System.Object | result |