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
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.