Class ConstantViewAttribute
By applying this attribute to a controller you are assuming that it will never change and its fine to cache at first access and directly send it any future time. It also will pack to the client all related views to ensure that he can refer these views.
Inheritance
System.Object
ConstantViewAttribute
Namespace: Eco.Core.Controller
Assembly: Eco.Core.dll
Syntax
public class ConstantViewAttribute : Attribute
Constructors
ConstantViewAttribute()
Declaration
public ConstantViewAttribute()