Represents an HTML template or custom WebItem attached to a WebClass object. A WebItem processes and/or responds to an HTTP request.
Syntax
WebItem
Remarks
You can access a WebItem object directly from the WebClass object using:
Me.WebItem1
Or, more simply:
WebItem1
An HTML template is a WebItem that references an HTML file. This is returned as the HTTP response. A custom WebItem contains user-written code in its Response method that creates the HTTP response.