XhtmlMobileTextWriter.IsStyleSheetEmpty Método

Definición

Devuelve un valor que indica si se ha establecido un estilo. Esta API está obsoleta. Para obtener información sobre cómo desarrollar aplicaciones móviles ASP.NET, consulte Mobile Apps & Sites with ASP.NET.

public:
 virtual bool IsStyleSheetEmpty();
public virtual bool IsStyleSheetEmpty ();
abstract member IsStyleSheetEmpty : unit -> bool
override this.IsStyleSheetEmpty : unit -> bool
Public Overridable Function IsStyleSheetEmpty () As Boolean

Devoluciones

true si se ha establecido un estilo; de lo contrario, false.

Se aplica a

Consulte también