[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:Facebook.Web.Mvc.FacebookViewUserControl`1"]
Assembly: Facebook.Web.Mvc (in Facebook.Web.Mvc.dll) Version: 0.2009.4.13 (0.2009.4.13)
Syntax
C# |
---|
public class FacebookViewUserControl<TModel> : ViewUserControl<TModel> where TModel : class |
Visual Basic (Declaration) |
---|
Public Class FacebookViewUserControl(Of TModel As Class) _ Inherits ViewUserControl(Of TModel) |
Visual C++ |
---|
generic<typename TModel> where TModel : ref class public ref class FacebookViewUserControl : public ViewUserControl<TModel> |
Type Parameters
- TModel
[Missing <typeparam name="TModel"/> documentation for "T:Facebook.Web.Mvc.FacebookViewUserControl`1"]
Inheritance Hierarchy
System..::.Object
System.Web.UI..::.Control
System.Web.UI..::.TemplateControl
System.Web.UI..::.UserControl
ViewUserControl
ViewUserControl<(Of <(TModel>)>)
Facebook.Web.Mvc..::.FacebookViewUserControl<(Of <(TModel>)>)
System.Web.UI..::.Control
System.Web.UI..::.TemplateControl
System.Web.UI..::.UserControl
ViewUserControl
ViewUserControl<(Of <(TModel>)>)
Facebook.Web.Mvc..::.FacebookViewUserControl<(Of <(TModel>)>)