Click or drag to resize

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
)

Parameters

path
Type: SystemString
The relative path, i.e. /Files/Templates/Designs/MyDesign/Css/main.css
See Also