Clase SPXhtmlMobileTextWriter
NOTA: esta API está ahora obsoleta.
Proporciona una invalidación del método WriteFullBeginTag() para habilitar la escritura de una versión especial de la página < HTML > etiqueta.
Jerarquía de la herencia
System.Object
System.MarshalByRefObject
System.IO.TextWriter
System.Web.UI.HtmlTextWriter
System.Web.UI.MobileControls.Adapters.MultiPartWriter
System.Web.UI.MobileControls.Adapters.MobileTextWriter
System.Web.UI.MobileControls.Adapters.XhtmlAdapters.XhtmlMobileTextWriter
Microsoft.SharePoint.MobileControls.SPXhtmlMobileTextWriter
Espacio de nombres: Microsoft.SharePoint.MobileControls
Ensamblado: Microsoft.SharePoint (en Microsoft.SharePoint.dll)
Sintaxis
'Declaración
<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.")> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class SPXhtmlMobileTextWriter _
Inherits XhtmlMobileTextWriter
'Uso
Dim instance As SPXhtmlMobileTextWriter
[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.")]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class SPXhtmlMobileTextWriter : XhtmlMobileTextWriter
Seguridad para subprocesos
Los miembros static (Shared en Visual Basic) públicos de este tipo son seguros para subprocesos. No se garantiza que los miembros de instancias sean seguros para los subprocesos.