C# Класс WebApplication._Default

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

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

Свойство Тип Описание
ScriptManager1 global::System.Web.UI.ScriptManager
btnSubmit global::System.Web.UI.WebControls.Button
hToken global::System.Web.UI.WebControls.HiddenField
paymentForm global::System.Web.UI.HtmlControls.HtmlForm
tbAmount global::System.Web.UI.WebControls.TextBox
tbCardCvc global::System.Web.UI.WebControls.TextBox
tbCardNumber global::System.Web.UI.WebControls.TextBox
tbCcardHoldername global::System.Web.UI.WebControls.TextBox
tbCurrency global::System.Web.UI.WebControls.TextBox
tbcardExpiry global::System.Web.UI.WebControls.TextBox

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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