WordViewerPage class

NOTE: This API is now obsolete.

This API is not CLS-compliant. 

Inheritance hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.TemplateControl
      System.Web.UI.Page
        System.Web.UI.MobileControls.MobilePage
          Microsoft.Office.Web.MobileWordViewer.WordViewerPage

Namespace:  Microsoft.Office.Web.MobileWordViewer
Assembly:  Microsoft.Office.Web.MobileWordViewer (in Microsoft.Office.Web.MobileWordViewer.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class WordViewerPage _
    Inherits MobilePage
'Usage
Dim instance As WordViewerPage
[CLSCompliantAttribute(false)]
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class WordViewerPage : MobilePage

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

WordViewerPage members

Microsoft.Office.Web.MobileWordViewer namespace