Calyptus.Mvc.DefaultAttribute.TryBinding C# (CSharp) Method

TryBinding() protected method

protected TryBinding ( IHttpContext context, object &value ) : bool
context IHttpContext
value object
return bool
		protected override bool TryBinding(IHttpContext context, out object value)
		{
			throw new Exception("DefaultAttribute is suppose to be replaced by the Action's default implementation.");
		}
	}
DefaultAttribute