WmlMobileTextWriter.RenderSelectOption Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Renders a single option within a selection list.
Overloads
RenderSelectOption(String) |
Renders a single option within a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
RenderSelectOption(String, String) |
Renders a single option within a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
RenderSelectOption(String)
Renders a single option within a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual void RenderSelectOption(System::String ^ text);
public virtual void RenderSelectOption (string text);
abstract member RenderSelectOption : string -> unit
override this.RenderSelectOption : string -> unit
Public Overridable Sub RenderSelectOption (text As String)
Parameters
- text
- String
The option text.
See also
Applies to
RenderSelectOption(String, String)
Renders a single option within a selection list. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
virtual void RenderSelectOption(System::String ^ text, System::String ^ value);
public virtual void RenderSelectOption (string text, string value);
abstract member RenderSelectOption : string * string -> unit
override this.RenderSelectOption : string * string -> unit
Public Overridable Sub RenderSelectOption (text As String, value As String)
Parameters
- text
- String
The option text.
- value
- String
(Optional.) The option value.