MvcHandler.IsReusable プロパティ

定義

別の要求が IHttpHandler インスタンスを使用できるかどうかを示す値を取得します。

protected virtual bool IsReusable { get; }
member this.IsReusable : bool
Protected Overridable ReadOnly Property IsReusable As Boolean

プロパティ値

インスタンスが IHttpHandler 再利用可能な場合は true、それ以外の場合は false。

適用対象