WebRequestModuleElement.Prefix Proprietà

Definizione

Ottiene o imposta il prefisso URI per il modulo di richiesta Web corrente.

public:
 property System::String ^ Prefix { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("prefix", IsKey=true, IsRequired=true)]
public string Prefix { get; set; }
[<System.Configuration.ConfigurationProperty("prefix", IsKey=true, IsRequired=true)>]
member this.Prefix : string with get, set
Public Property Prefix As String

Valore della proprietà

Stringa contenente un prefisso URI.

Attributi

Commenti

.NET Framework versione 2.0 fornisce moduli di richiesta Web che creano richieste di risorse con i prefissi seguenti:

  • HTTP

  • HTTPS

  • FTP

  • FILE

Si applica a