PageParserFilter.SetPageProperty(String, String, String) Metodo

Definizione

Imposta una proprietà su un controllo derivato dalla classe TemplateControl, che include i controlli Page, UserControl e MasterPage.

protected:
 void SetPageProperty(System::String ^ filter, System::String ^ name, System::String ^ value);
protected void SetPageProperty (string filter, string name, string value);
member this.SetPageProperty : string * string * string -> unit
Protected Sub SetPageProperty (filter As String, name As String, value As String)

Parametri

filter
String

Stringa contenente il valore del filtro in un'espressione. Per un esempio, vedere PropertyEntry.

name
String

Nome della proprietà per cui impostare un valore.

value
String

Valore della proprietà da impostare.

Commenti

SetPageProperty è stato introdotto in .NET Framework versione 3.5. Per altre informazioni, vedere Versioni e dipendenze.

Si applica a

Vedi anche