Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies whether the page currently used by the client Web request is named default.aspx.
Namespace: Microsoft.SharePoint.Meetings
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function IsDefaultHomepage ( _
spWeb As SPWeb, _
request As HttpRequest _
) As Boolean
'Usage
Dim spWeb As SPWeb
Dim request As HttpRequest
Dim returnValue As Boolean
returnValue = MtgUtility.IsDefaultHomepage(spWeb, _
request)
public static bool IsDefaultHomepage(
SPWeb spWeb,
HttpRequest request
)
Parameters
spWeb
Type: Microsoft.SharePoint.SPWebRepresents a SharePoint Foundation Web site.
request
Type: System.Web.HttpRequestAn HttpRequest object that contains the page sent by a client during a Web request.
Return Value
Type: System.Boolean
A Boolean value specifying whether the page currently used for this Web request by the client is named default.aspx.
Remarks
The _vti_bin directory provides SharePoint Foundation with the means to expose Web service files at a path within the URL space of a Web application. The Web site default page should be located in this directory.