WebContext コンストラクタ
アセンブリ: System.Web (system.web.dll 内)

Public Sub New ( _ pathLevel As WebApplicationLevel, _ site As String, _ applicationPath As String, _ path As String, _ locationSubPath As String _ )
Dim pathLevel As WebApplicationLevel Dim site As String Dim applicationPath As String Dim path As String Dim locationSubPath As String Dim instance As New WebContext(pathLevel, site, applicationPath, path, locationSubPath)
public WebContext ( WebApplicationLevel pathLevel, string site, string applicationPath, string path, string locationSubPath )
public: WebContext ( WebApplicationLevel pathLevel, String^ site, String^ applicationPath, String^ path, String^ locationSubPath )
public WebContext ( WebApplicationLevel pathLevel, String site, String applicationPath, String path, String locationSubPath )
public function WebContext ( pathLevel : WebApplicationLevel, site : String, applicationPath : String, path : String, locationSubPath : String )
- pathLevel
WebApplicationLevel オブジェクト。

WebContext コンストラクタを使用する方法を次のコード例に示します。このコード例は、WebContext クラスのトピックで取り上げているコード例の一部分です。

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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- WebContext コンストラクタのページへのリンク