C# Class Orchard.Blogs.Handlers.BlogPartHandler

Inheritance: ContentHandler
ファイルを表示 Open project: ucdavis/Orchard

Public Methods

Method Description
BlogPartHandler ( IRepository repository, IBlogPathConstraint blogPathConstraint ) : System.Web.Routing

Protected Methods

Method Description
GetItemMetadata ( Orchard.ContentManagement.Handlers.GetContentItemMetadataContext context ) : void

Method Details

BlogPartHandler() public method

public BlogPartHandler ( IRepository repository, IBlogPathConstraint blogPathConstraint ) : System.Web.Routing
repository IRepository
blogPathConstraint IBlogPathConstraint
return System.Web.Routing

GetItemMetadata() protected method

protected GetItemMetadata ( Orchard.ContentManagement.Handlers.GetContentItemMetadataContext context ) : void
context Orchard.ContentManagement.Handlers.GetContentItemMetadataContext
return void