C# 클래스 Decision.Common.AtomActionResult

Represents a class that is used to render an Atom 1.0 feed by using an SyndicationFeed instance representing the feed.
상속: System.Web.Mvc.ActionResult
파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
AtomActionResult ( System.ServiceModel.Syndication.SyndicationFeed syndicationFeed ) : System.ServiceModel.Syndication

Initializes a new instance of the AtomActionResult class.

ExecuteResult ( ControllerContext context ) : void

Executes the call to the ActionResult method and returns the created feed to the output response.

메소드 상세

AtomActionResult() 공개 메소드

Initializes a new instance of the AtomActionResult class.
public AtomActionResult ( System.ServiceModel.Syndication.SyndicationFeed syndicationFeed ) : System.ServiceModel.Syndication
syndicationFeed System.ServiceModel.Syndication.SyndicationFeed The Atom 1.0 .
리턴 System.ServiceModel.Syndication

ExecuteResult() 공개 메소드

Executes the call to the ActionResult method and returns the created feed to the output response.
public ExecuteResult ( ControllerContext context ) : void
context ControllerContext The context in which the result is executed. The context information includes the /// controller, HTTP content, request context, and route data.
리턴 void