ViewDataDictionary.TemplateInfo Property

Definition

Gets or sets an object that encapsulates information about the current template context.

public System.Web.Mvc.TemplateInfo TemplateInfo { get; set; }
member this.TemplateInfo : System.Web.Mvc.TemplateInfo with get, set
Public Property TemplateInfo As TemplateInfo

Property Value

An object that contains information about the current template.

Applies to