C# Class StockWebApp.Account.OpenAuthProviders

Inheritance: System.Web.UI.UserControl
Afficher le fichier Open project: AillsonWei/niusouyixia

Protected Properties

Свойство Type Description
providerDetails global::System.Web.UI.WebControls.ListView

Méthodes publiques

Méthode Description
GetProviderNames ( ) : IEnumerable

Méthodes protégées

Méthode Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

GetProviderNames() public méthode

public GetProviderNames ( ) : IEnumerable
Résultat IEnumerable

Page_Load() protected méthode

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Property Details

providerDetails protected_oe property

providerDetails 控件。
自动生成的字段。 若要进行修改,请将字段声明从设计器文件移到代码隐藏文件。
protected global::System.Web.UI.WebControls.ListView providerDetails
Résultat global::System.Web.UI.WebControls.ListView