- | Insert field |
-
- <umbraco:Item field="bodyText" runat="server"/>
-
-
- Fetches a value from the current page.
-
- |
- | Insert macro |
-
- <umbraco:Macro macroAlias="MacroAlias" Alias="MacroAlias" runat="server"/>
-
- Inserts a macro into the template
- |
- | Load child template |
-
- <asp:ContentPlaceHolder runat="server" id="<%= alias %>ContentPlaceHolder" />
-
-
- This is the default placeholder for content stored in a child template using this exact template as it's master template.
-
- |
- | Disable Request Validation |
-
- <umbraco:DisableRequestValidation runat="server"/>
-
- Disable ASP.NET request validation. It's the same as adding a enableEventValidation="false" to a page directive (but this is not possible in Umbraco as all pages use the same ASPX page for all pages)
- |
- | MetaBlogApi / Content Channels |
-
- <link rel="EditURI" type="application/rsd+xml" href="http://<%=Request.ServerVariables["SERVER_NAME"] %><%= umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco)%>/channels/rsd.aspx" />
-
- <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://<%=Request.ServerVariables["SERVER_NAME"] %><%= umbraco.IO.IOHelper.ResolveUrl(umbraco.IO.SystemDirectories.Umbraco)%>/channels/wlwmanifest.aspx" />
-
-
- Insert the above two elements to the head element to gain optimal support for
- using the MetaBlog Apis with 3rd party clients and to enable autodiscovery for Windows
- Live Writer.
-
- |
-
-