SPWebApplication.FileNotFoundPage 属性
获取或设置相对于\\Program Files\Common Files\Microsoft Shared\web server extensions\14\LAYOUTS\Locale_ID包含无法找到的文件时使用的错误消息的 HTML 文件的名称。
命名空间: Microsoft.SharePoint.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Property FileNotFoundPage As String
Get
Set
用法
Dim instance As SPWebApplication
Dim value As String
value = instance.FileNotFoundPage
instance.FileNotFoundPage = value
public string FileNotFoundPage { get; set; }
属性值
类型:System.String
指定的名称包含错误的信息的 HTML 文件string 。如果值为空引用(无 在 Visual Basic 中)或空字符串,或者如果所引用的文件不存在,则SharePoint Foundation将返回标准 404 响应。
备注
SharePoint Foundation不支持在 IIS 应用程序中通常使用的自定义错误页。只能有一个文件,每个 SharePoint Web 应用程序,它必须在 HTML 中,并且不能包含动态 ASP.NET 控件。