Skip to content

Commit 1f1be8b

Browse files
authored
Add limitation on control being reloaded
1 parent 30d2bea commit 1f1be8b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

powerapps-docs/developer/model-driven-apps/webpage-html-web-resources.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ Because an HTML web resource is just streamed to the user's browser, it can incl
3434

3535
- HTML web resources can only accept a limited number of query string parameters. [Pass parameters to HTML web resources](webpage-html-web-resources.md#BKMK_PassingParametersToWebResources)
3636

37+
- HTML web resources embedded as controls in a form be reloaded by the form runtime for performance reasons. For example, the form runtime may destroy and re-initialize the control during tab navigations.
38+
3739
<a name="BKMK_UsingTextEditor"></a>
3840

3941
## Use the text editor for HTML web resources
@@ -150,4 +152,4 @@ Because of the capability for the HTML in web resources to be changed by using t
150152
[Using Stylesheet (XSL) web resources](stylesheet-xsl-web-resources.md)
151153

152154

153-
[!INCLUDE[footer-include](../../includes/footer-banner.md)]
155+
[!INCLUDE[footer-include](../../includes/footer-banner.md)]

0 commit comments

Comments
 (0)