C# Класс Geolocation.Example.Default

Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
Radius global::System.Web.UI.WebControls.DropDownList
btnSearch global::System.Web.UI.WebControls.Button
form1 global::System.Web.UI.HtmlControls.HtmlForm
gvLocations global::System.Web.UI.WebControls.GridView

Защищенные методы

Метод Описание
Page_Load ( object sender, EventArgs e ) : void
btnSearch_Click ( object sender, EventArgs e ) : void

Описание методов

Page_Load() защищенный Метод

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

btnSearch_Click() защищенный Метод

protected btnSearch_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void

Описание свойств

Radius защищенное свойство

Radius control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.DropDownList Radius
Результат global::System.Web.UI.WebControls.DropDownList

btnSearch защищенное свойство

btnSearch control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Button btnSearch
Результат global::System.Web.UI.WebControls.Button

form1 защищенное свойство

form1 control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlForm form1
Результат global::System.Web.UI.HtmlControls.HtmlForm

gvLocations защищенное свойство

gvLocations control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.GridView gvLocations
Результат global::System.Web.UI.WebControls.GridView