UrlMappingCollection Construtor

Definição

Inicializa uma nova instância da classe UrlMappingCollection.Initializes a new instance of the UrlMappingCollection class.

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

Comentários

O UrlMappingCollection Construtor não se destina a ser usado diretamente do seu código.The UrlMappingCollection constructor is not intended to be used directly from your code. Ele é chamado pelo sistema de configuração do ASP.NET.It is called by the ASP.NET configuration system. Você Obtém uma instância da UrlMappingCollection classe usando a UrlMappings propriedade.You obtain an instance of the UrlMappingCollection class by using UrlMappings property.

Aplica-se a