Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets a value that indicates whether another request can use the IHttpHandler instance.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property IsReusable As Boolean
Get
protected virtual bool IsReusable { get; }
protected:
virtual property bool IsReusable {
bool get ();
}
Property Value
Type: System.Boolean
true if the IHttpHandler instance is reusable; otherwise, false.