C# Class SS2TokenDemo._Default

Inheritance: System.Web.UI.Page
Mostrar archivo Open project: swiftserve/reference-configuration

Public Properties

Property Type Description
tokenised_url string

Protected Properties

Property Type Description
url global::System.Web.UI.WebControls.Label

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Method Details

Page_Load() protected method

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

Property Details

tokenised_url public_oe property

public string tokenised_url
return string

url protected_oe property

url control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Label url
return global::System.Web.UI.WebControls.Label