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
Spolupráca s nami v službe GitHub
Zdroj tohto obsahu nájdete v službe GitHub, kde môžete vytvárať a skúmať problémy a žiadosti o prijatie zmien. Ďalšie informácie nájdete v našom sprievodcovi prispievateľom.