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)>]
member Path : string with get, set

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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: