Indicates whether the passed in page belongs to a file sytem web site.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Shared Function IsFileSystemWebSite() As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim value As Boolean
value = Utility.IsFileSystemWebSite() |
| C# | |
|---|
public static bool IsFileSystemWebSite() |
Return Value
True for file system web sites. False for IIS web sites.
Remarks
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also