Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets an object that encapsulates information about the current template context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Property TemplateInfo As TemplateInfo
Get
Set
public TemplateInfo TemplateInfo { get; set; }
public:
property TemplateInfo^ TemplateInfo {
TemplateInfo^ get ();
void set (TemplateInfo^ value);
}
Property Value
Type: System.Web.Mvc.TemplateInfo
An object that contains information about the current template.
Remarks
A TemplateInfo object contains information about the template context, such as the model type, a HTML field prefix, and the formatted model value.