C# Class ReevooMark.Mark

A System.Web.UI.UserControl for showing in-line reviews for Reevoo products
Inheritance: AbstractReevooTag
ファイルを表示 Open project: reevoo/reevoomark-dotnet-api

Public Methods

Method Description
Mark ( ) : System

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Render ( System writer ) : void

Method Details

Mark() public method

public Mark ( ) : System
return System

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

protected Render ( System writer ) : void
writer System
return void