IControlAdapter.CreateTemplatedUI(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by base classes to create a templated UI.
public:
void CreateTemplatedUI(bool doDataBind);
public void CreateTemplatedUI (bool doDataBind);
abstract member CreateTemplatedUI : bool -> unit
Public Sub CreateTemplatedUI (doDataBind As Boolean)
Parameters
- doDataBind
- Boolean
Returns true
if the instantiated templates must bind to available data (which usually happens on the first request). Returns false
if the templates must not bind to data, and instead rely on view state to fill them in (which usually happens on subsequent postbacks).
Applies to
See also
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.