SiteMapSection Construtor
Definição
Inicializa uma nova instância da classe SiteMapSection usando as configurações padrão.Initializes a new instance of the SiteMapSection class by using default settings.
public:
SiteMapSection();
public SiteMapSection ();
Public Sub New ()
Comentários
O SiteMapSection() Construtor não se destina a ser usado diretamente do seu código.The SiteMapSection() 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 SiteMapSection classe usando o GetSection método.You obtain an instance of the SiteMapSection class by using the GetSection method.