C# Class WebMarkupMin.Sample.AspNet4.Mvc4.Controllers.XhtmlMinifierController

Inheritance: Controller
ファイルを表示 Open project: Taritsyn/WebMarkupMin

Public Methods

Method Description
XhtmlMinifierController ( ) : System.Web.Mvc
XhtmlMinifierController ( WebMarkupMin.Sample.Logic.Services.XhtmlMinificationService minificationService ) : System.Web.Mvc

Private Methods

Method Description
Index ( ) : System.Web.Mvc.ActionResult
Index ( System.Web.Mvc.FormCollection collection ) : System.Web.Mvc.ActionResult

Method Details

XhtmlMinifierController() public method

public XhtmlMinifierController ( ) : System.Web.Mvc
return System.Web.Mvc

XhtmlMinifierController() public method

public XhtmlMinifierController ( WebMarkupMin.Sample.Logic.Services.XhtmlMinificationService minificationService ) : System.Web.Mvc
minificationService WebMarkupMin.Sample.Logic.Services.XhtmlMinificationService
return System.Web.Mvc