C# Class OpenRasta.Wiki.Handlers.PageHandler

Afficher le fichier Open project: gshutler/OpenRasta.Wiki

Méthodes publiques

Méthode 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 méthode

public Get ( string title ) : object
title string
Résultat object

PageHandler() public méthode

public PageHandler ( IPageRepository pageRepository, ICommunicationContext context, IUriResolver uriResolver, IMarkdown markdown ) : System
pageRepository IPageRepository
context ICommunicationContext
uriResolver IUriResolver
markdown IMarkdown
Résultat System

Post() public méthode

public Post ( string title, string content ) : OperationResult.SeeOther
title string
content string
Résultat OpenRasta.Web.OperationResult.SeeOther