TrustSection Construtor
Definição
Inicializa uma nova instância da classe TrustSection usando as configurações padrão.Initializes a new instance of the TrustSection class using default settings.
public:
TrustSection();
public TrustSection ();
Public Sub New ()
Comentários
O TrustSection Construtor não se destina a ser usado diretamente do seu código.The TrustSection 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 TrustSection classe usando o GetSection método.You obtain an instance of the TrustSection class by using the GetSection method.
A tabela a seguir mostra as configurações padrão que são usadas para o TrustSection Construtor.The following table shows the default settings that are used for the TrustSection constructor.
| ConfiguraçãoSetting | Valor padrãoDefault value |
|---|---|
| Level | Full |
| OriginUrl | "" |