| TemplateBaseTPushPromise Method |
Support for sending push promises to HTTP 2.0 clients. Call this method for static ressources and images that the current response will trigger new requests for. Typically js, css and image files.
Namespace:
Dynamicweb.Rendering
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.10.0
Syntax public void PushPromise(
string path
)
Public Sub PushPromise (
path As String
)
Parameters
- path
- Type: SystemString
The relative path, i.e. /Files/Templates/Designs/MyDesign/Css/main.css
See Also