C# 클래스 Decision.Common.Json.JsonHelper

파일 보기 프로젝트 열기: rabbal/Decision

공개 메소드들

메소드 설명
RenderViewToString ( this context, string viewPath, object model = null, bool partial = false ) : string

convert one view to string

메소드 상세

RenderViewToString() 공개 정적인 메소드

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
리턴 string