메소드 | 설명 | |
---|---|---|
FormatSelectedValue ( string selectedValue ) : string |
Formats the selected value (node path) into a liquid merge field.
|
|
RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void |
Outputs server control content to a provided T:System.Web.UI.HtmlTextWriter object and stores tracing information about the control if tracing is enabled.
|
|
SetValue ( string nodePath ) : void |
Sets the value.
|
|
SetValues ( IEnumerable |
Sets the values.
|
메소드 | 설명 | |
---|---|---|
OnInit ( |
Raises the E:System.Web.UI.Control.Init event.
|
|
OnLoad ( |
Raises the E:System.Web.UI.Control.Load event.
|
|
SetValueOnSelect ( ) : void |
Sets the value on select.
|
|
SetValuesOnSelect ( ) : void |
Sets the values on select.
|
메소드 | 설명 | |
---|---|---|
GetPrefixedMergeFieldIds ( ) : List |
Gets the prefixed merge field ids.
|
public static FormatSelectedValue ( string selectedValue ) : string | ||
selectedValue | string | The selected value. |
리턴 | string |
protected OnInit ( |
||
e | An |
|
리턴 | void |
protected OnLoad ( |
||
e | The |
|
리턴 | void |
public RenderControl ( System.Web.UI.HtmlTextWriter writer ) : void | ||
writer | System.Web.UI.HtmlTextWriter | The |
리턴 | void |
public SetValues ( IEnumerable |
||
nodePaths | IEnumerable |
The node paths. |
리턴 | void |