Microsoft.Office.Web.Mobile namespace

Classes

  Class Description
Public class ChtmlMobileFormAdapter Obsolete. Provides the form adapter class for the CHTML adapter set, which can add viewport meta tag into the head section of the page.
Public class HtmlMobileFormAdapter Obsolete. Provides the form adapter class for encoding the Action attribute.
Public class HtmlMobileFormTextWriter Obsolete. Provide a writer wrapper in order to encode Action attribute.
Public class HtmlMobilePageAdapter Obsolete. Provides the page adapter class for the HTML adapter set, which can add dir attribute to the html tag.
Public class HtmlMobilePageTextWriter Obsolete. Provide a writer wrapper so that we can intercept the writing of html tag and insert dir attribute as proper.
Public class XhtmlMobilePageAdapter Obsolete. Provides the page adapter class for the XHTML adapter set, which can add dir attribute to the html tag.
Public class XhtmlMobilePageTextWriter Obsolete. Provide a writer wrapper so that we can intercept the writing of html tag and insert dir attribute as proper.

Interfaces

  Interface Description
Public interface ISPMobileHead An interface to expose the method AddHeadElementMarkup, which can add data into the head section of the page.