HttpHandlerAction.Path Property

 

Gets or sets the HttpHandlerAction path.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

<ConfigurationPropertyAttribute("path", IsRequired := True, IsKey := True)>
Public Property Path As String

Property Value

Type: System.String

The HttpHandlerAction URL path.

The Path property can contain either a single URL or a wildcard string.

The following code example shows how to access the Path property.

' Change the Path for the HttpHandlerAction.
httpHandler.Path = "Calculator.custom"

.NET Framework
Available since 2.0
Return to top
Show: