StyleSheet.Remove(String) Method

Definition

Removes the specified style from the style sheet. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 void Remove(System::String ^ name);
public void Remove (string name);
member this.Remove : string -> unit
Public Sub Remove (name As String)

Parameters

name
String

The name of the style to remove.

Exceptions

The specified style does not exist.

Applies to

See also