ASP.NET Core MVC コントロールヘルプ
TemplateBind メソッド (ControlBuilder<TControl,TBuilder>)

C1.AspNetCore.Mvc アセンブリ > C1.Web.Mvc.Fluent 名前空間 > ControlBuilder<TControl,TBuilder> クラス : TemplateBind メソッド
The specified property name.
The specified item name in DataContext.
Configurates the C1.Web.Mvc.Control.TemplateBindings client event. Sets the collection of the template bindings.
シンタックス
'宣言
 
Public Function TemplateBind( _
   ByVal propertyName As System.String, _
   ByVal boundName As System.String _
) As TBuilder
public TBuilder TemplateBind( 
   System.string propertyName,
   System.string boundName
)

パラメータ

propertyName
The specified property name.
boundName
The specified item name in DataContext.

戻り値の型

Current builder.
解説
When the control works in template mode, bind the property which name is specified to some item which name is specified.
参照

ControlBuilder<TControl,TBuilder> クラス
ControlBuilder<TControl,TBuilder> メンバ