UpWmlMobileTextWriter.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. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
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:
override void RenderSelectOption(System::String ^ text);
public override void RenderSelectOption (string text);
override this.RenderSelectOption : string -> unit
Public Overrides 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:
override void RenderSelectOption(System::String ^ text, System::String ^ value);
public override void RenderSelectOption (string text, string value);
override this.RenderSelectOption : string * string -> unit
Public Overrides Sub RenderSelectOption (text As String, value As String)
Parameters
- text
- String
The option text.
- value
- String
(Optional.) The option value.