Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Castle
Applications
MindDump
Presentation
Controllers
BlogController
C# Class Castle.Applications.MindDump.Presentation.Controllers.BlogController
Inheritance:
SmartDispatcherController
显示文件
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
BlogController
(
BlogService
blogService
) :
System
View
( ) :
void
View
(
long
entryid
) :
void
Method Details
BlogController()
public
method
public
BlogController
(
BlogService
blogService
) :
System
blogService
Castle.Applications.MindDump.Services.BlogService
return
System
View()
public
method
public
View
( ) :
void
return
void
View()
public
method
public
View
(
long
entryid
) :
void
entryid
long
return
void