C# Class NerdDinner.Controllers.RssResult

Inheritance: System.Web.Mvc.FileResult
显示文件 Open project: NadeemAfana/NerdDinner-Internationalization

Public Methods

Method Description
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
RssResult ( ) : System
RssResult ( List dinners, string title ) : System

Protected Methods

Method Description
WriteFile ( System response ) : void

Method Details

ExecuteResult() public method

public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void
context System.Web.Mvc.ControllerContext
return void

RssResult() public method

public RssResult ( ) : System
return System

RssResult() public method

public RssResult ( List dinners, string title ) : System
dinners List
title string
return System

WriteFile() protected method

protected WriteFile ( System response ) : void
response System
return void