C# Class Decision.Common.Json.JsonHelper

Show file Open project: rabbal/Decision

Public Methods

Method Description
RenderViewToString ( this context, string viewPath, object model = null, bool partial = false ) : string

convert one view to string

Method Details

RenderViewToString() public static method

convert one view to string
public static RenderViewToString ( this context, string viewPath, object model = null, bool partial = false ) : string
context this
viewPath string
model object
partial bool
return string