Skip to main content

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​
TypeName
System.Stringname
System.Objectresult