Метод | Описание | |
---|---|---|
ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void | ||
HyperMediaName ( ) : string | ||
HyperMediaResult ( string resourceName, string hyperMediaName, System.Web.Mvc.UrlHelper urlHelper, dynamic metdata, object model = null ) : System | ||
WinningFormatter ( System.Web.Mvc.ControllerContext context ) : string |
Метод | Описание | |
---|---|---|
FindFormatter ( string acceptHeader ) : IApplicationFormatter | ||
Format ( System.Web.Mvc.ControllerContext context, IHyperMedia hyperMedia ) : string | ||
PlusSignsToDots ( string s ) : string | ||
PotentialFormattersFor ( string acceptHeader ) : string>>.List |
||
ScrubPrefix ( string s ) : string | ||
ScrubTrailingSemicolons ( string s ) : string | ||
Serialize ( System.Web.Mvc.ControllerContext context, IHyperMedia hyperMedia ) : string |
public ExecuteResult ( System.Web.Mvc.ControllerContext context ) : void | ||
context | System.Web.Mvc.ControllerContext | |
Результат | void |
public HyperMediaResult ( string resourceName, string hyperMediaName, System.Web.Mvc.UrlHelper urlHelper, dynamic metdata, object model = null ) : System | ||
resourceName | string | |
hyperMediaName | string | |
urlHelper | System.Web.Mvc.UrlHelper | |
metdata | dynamic | |
model | object | |
Результат | System |
public WinningFormatter ( System.Web.Mvc.ControllerContext context ) : string | ||
context | System.Web.Mvc.ControllerContext | |
Результат | string |