PageParserFilter.SetPageProperty(String, String, String) 메서드

정의

클래스에서 TemplateControl 파생된 컨트롤에 , 및 Page 컨트롤을 UserControlMasterPage포함하는 속성을 설정합니다.

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)

매개 변수

filter
String

식의 필터 값이 들어 있는 문자열입니다. 예제를 보려면 PropertyEntry를 참조하세요.

name
String

값을 설정할 속성의 이름입니다.

value
String

설정할 속성의 값입니다.

설명

SetPageProperty .NET Framework 버전 3.5에 도입되었습니다. 자세한 내용은 버전 및 종속성을 참조하세요.

적용 대상

추가 정보