C# Class DynamicData.UrlField

Show file Open project: anurse/ReviewR

Protected Properties

Property Type Description
HyperLinkUrl global::System.Web.UI.WebControls.HyperLink

Protected Methods

Method Description
OnDataBinding ( EventArgs e ) : void

Private Methods

Method Description
ProcessUrl ( string url ) : string

Method Details

OnDataBinding() protected method

protected OnDataBinding ( EventArgs e ) : void
e EventArgs
return void

Property Details

HyperLinkUrl protected property

protected global::System.Web.UI.WebControls.HyperLink HyperLinkUrl
return global::System.Web.UI.WebControls.HyperLink