ViewDataDictionary::TemplateInfo Property
Visual Studio 2010
Gets or sets an object that encapsulates information about the current template context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property TemplateInfo^ TemplateInfo { TemplateInfo^ get (); void set (TemplateInfo^ value); }
Property Value
Type: System.Web.Mvc::TemplateInfoAn object that contains information about the current template.
A TemplateInfo object contains information about the template context, such as the model type, a HTML field prefix, and the formatted model value.
Community Additions
ADD
Show: