Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The ExecuteUrl element is used in an ONET.XML file to specify the URL that is called following instantiation of the site definition.
Syntax
<ExecuteUrl
Url = "Text">
</ExecuteUrl>
Attributes
Name | Description |
---|---|
Url | Required Text. Specifies the URL of a page located in Local_Drive:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\60\TEMPLATE\LAYOUTS to open after the site is instantiated. For example, <ExecuteUrl Url="_layouts/[%=System.Threading.Thread.CurrentThread.CurrentUICulture.LCID%]/settings.aspx"/> |
Element Relationships
Parent Elements |
---|
Configuration |
Remarks
Use the ExecuteUrl element to open the site definition creation process to arbitrary post-processing capabilities.