ASP.NET Tutorial/HTML Controls/HtmlInputControl

Материал из .Net Framework эксперт
Версия от 15:00, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

The HtmlInputControl Class

   <source lang="csharp">

properties are used for the <input> element. Property Description Type Provides the type of input control.

                    For example, a control based on <input type="file">
                    would return file for the type property.
                    

Value Returns the contents of the control as a string.</source>