Directives

The include and master server directives that avoids repetition of code in your files.

Inc­lude di­rec­tive(file)

This is used for including the contents of one or more files into a web page. This could commonly be a common piece of code throughout a…

Mas­ter di­rec­tive(file)

This is used for specifying a master file to use as template for the page. The child page uses xdt:Transform attributes on elements to…