C# Class OpenRasta.Wiki.Handlers.PageHandler

显示文件 Open project: gshutler/OpenRasta.Wiki

Public Methods

Method Description
Get ( string title ) : object
PageHandler ( IPageRepository pageRepository, ICommunicationContext context, IUriResolver uriResolver, IMarkdown markdown ) : System
Post ( string title, string content ) : OperationResult.SeeOther

Method Details

Get() public method

public Get ( string title ) : object
title string
return object

PageHandler() public method

public PageHandler ( IPageRepository pageRepository, ICommunicationContext context, IUriResolver uriResolver, IMarkdown markdown ) : System
pageRepository IPageRepository
context ICommunicationContext
uriResolver IUriResolver
markdown IMarkdown
return System

Post() public method

public Post ( string title, string content ) : OperationResult.SeeOther
title string
content string
return OpenRasta.Web.OperationResult.SeeOther