次の方法で共有


PageParser.DefaultPageParserFilterType プロパティ

定義

解析時に使用する必要のあるページ パーサー フィルターの種類を取得または設定します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 static property Type ^ DefaultPageParserFilterType { Type ^ get(); void set(Type ^ value); };
public static Type DefaultPageParserFilterType { get; set; }
member this.DefaultPageParserFilterType : Type with get, set
Public Shared Property DefaultPageParserFilterType As Type

プロパティ値

Type

ページ パーサー フィルターの種類。

注釈

このプロパティには、イベントが PreApplicationStart global.asax ファイルで発生する前にアクセスする必要があります。

適用対象