XhtmlCssHandler.IsReusable Property

Definition

Gets a value indicating that another request can use the current instance of the XhtmlCssHandler class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.

public:
 property bool IsReusable { bool get(); };
public bool IsReusable { get; }
member this.IsReusable : bool
Public ReadOnly Property IsReusable As Boolean

Property Value

true.

Implements

Applies to

See also