PagesSection.PageParserFilterType プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As PagesSection Dim value As String value = instance.PageParserFilterType instance.PageParserFilterType = value
/** @property */ public String get_PageParserFilterType () /** @property */ public void set_PageParserFilterType (String value)
public function get PageParserFilterType () : String public function set PageParserFilterType (value : String)
パーサーのフィルタ タイプを指定する文字列。


PageParserFilterType プロパティを使用する方法を次のコード例に示します。
' Get the current PageParserFilterType property value. Console.WriteLine( _ "Current PageParserFilterType value: '{0}'", _ pagesSection.PageParserFilterType) ' Set the PageParserFilterType property to ' "MyNameSpace.AllowOnlySafeControls". pagesSection.PageParserFilterType = _ "MyNameSpace.AllowOnlySafeControls"
// Get the current PageParserFilterType property value. Console.WriteLine( "Current PageParserFilterType value: '{0}'", pagesSection.PageParserFilterType); // Set the PageParserFilterType property to // "MyNameSpace.AllowOnlySafeControls". pagesSection.PageParserFilterType = "MyNameSpace.AllowOnlySafeControls";

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- PagesSection.PageParserFilterType プロパティのページへのリンク