C# 클래스 formulate.api.Rendering

Handles operations related to rendering Formualte forms.
파일 보기 프로젝트 열기: rhythmagency/formulate

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
GetFormViewModel ( System.Guid formId, System.Guid layoutId, System.Guid templateId, IPublishedContent page ) : FormViewModel

Creates a view model for the specified form, layout, and template.

This model is used to render a form.

메소드 상세

GetFormViewModel() 공개 정적인 메소드

Creates a view model for the specified form, layout, and template.
This model is used to render a form.
public static GetFormViewModel ( System.Guid formId, System.Guid layoutId, System.Guid templateId, IPublishedContent page ) : FormViewModel
formId System.Guid /// The form ID. ///
layoutId System.Guid /// The layout ID. ///
templateId System.Guid /// The template ID. ///
page IPublishedContent /// The current Umbraco page. ///
리턴 FormViewModel