The PageUtility type exposes the following members.

Methods

  Name Description
Public method Static member AllowPageDesign
Checks if interactive page design is allowed (via WebPartManager).
Public method Static member CanViewAdminPage
Used to check if the user can access the administrative page with the specified url.
Public method Static member ChangeLanguage
Changes language by redirect or transfer.
Public method Static member ChangeLanguageByRedirect
Changes language by Server.Redirect.
Public method Static member ChangeLanguageByTransfer
Changes language by Server.Transfer.
Public method Static member ClearNavigationCache
Clears the navigation cache.
Public method Static member ClearPageCache
Clears the page cache.
Public method Static member CreateHeaderScript
Injects references to javascript files directly in the header of the page.
Public method Static member GetAppRelativeCurrentExecutionFilePath
Returns the AppRelativeCurrentExecutionFilePath for a page. When URL routing is used (in ASP.NET 3.5 and above), this property does not have to reflect the real page URL (when the URL is rewritten). Custom original execution URLs are used when rewriting paths in WebPartUtility class and related methods.
Public method Static member GetCustomErrorsDefaultRedirectUrl
Retrieves custom errors section default redirect url if set.
Public method Static member GetPageProperties
Retrieves page properties by their relative execution path.
Public method Static member GetTemplateFolder()()()()
Finds the template folder for the currently executing page. Used to support multiple themes inside a single site.
Public method Static member GetTemplateFolder(IHttpHandler)
Finds the template folder for the currently executing page. Used to support multiple themes inside a single site.
Public method Static member InjectJQMobileHeaders(BaseMobilePage)
Injects jQuery Mobile script references to the header of the page.
Public method Static member InjectJQMobileHeaders(Page, Boolean, Boolean, Boolean)
Injects jQuery Mobile script references to the header of the page.
Public method Static member InjectJQueryUIHeaders
Injects jQuery UI library scripts and css.
Public method Static member IsPostbackCausedByButton
Used for determining if the specific button caused a postback, in scenarios where MonoSoftware.Web.PageExtension.GetPostBackControl cannot be used, as it enumerates all controls on a page and causes some evetns - like CreateChildControls - to be fired too early.

See Also