UrlMappingsSection Constructor

Definition

Initializes a new instance of the UrlMappingsSection class.

public:
 UrlMappingsSection();
public UrlMappingsSection ();
Public Sub New ()

Remarks

The UrlMappingsSection constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the UrlMappingsSection class by using the GetSection method.

Applies to