Table of Contents

Class ViewTemplateUserControl<TModel>

Namespace
System.Web.Mvc
Assembly
System.Web.Mvc.dll

Provides a container for TemplateInfo objects.

public class ViewTemplateUserControl<TModel> : ViewUserControl<TModel>, IViewDataContainer

Type Parameters

TModel

The type of the model.

Inheritance
ViewTemplateUserControl<TModel>
Implements
Derived
Inherited Members

Constructors

ViewTemplateUserControl()

Initializes a new instance of the ViewTemplateUserControl<TModel> class.

public ViewTemplateUserControl()

Properties

FormattedModelValue

Gets the formatted value.

protected string FormattedModelValue { get; }

Property Value

string

The formatted value.