SPHttpHandler.OverrideExecuteUrlPath Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides DefaultHttpHandler.OverrideExecuteUrlPath().

Namespace:  Microsoft.SharePoint.ApplicationRuntime
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel := True)> _
Public Overrides Function OverrideExecuteUrlPath As String

Dim instance As SPHttpHandler
Dim returnValue As String

returnValue = instance.OverrideExecuteUrlPath()
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel = true)]
public override string OverrideExecuteUrlPath()

Return Value

Type: System.String

See Also

Reference

SPHttpHandler Class

SPHttpHandler Members

Microsoft.SharePoint.ApplicationRuntime Namespace