C# Class SimpleBlog.View

Inheritance: System.Web.UI.Page
Mostra file Open project: NattyNarwhal/simpleblog

Public Methods

Method Description
GetPost ( string post ) : void

Protected Methods

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

Method Details

GetPost() public method

public GetPost ( string post ) : void
post string
return void

Page_Load() protected method

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