메소드 | 설명 | |
---|---|---|
GetDynamicPropertiesAsync ( ) : Task |
||
GetForm ( string formId ) : VirtoCommerce.Web.Models.SubmitForm | ||
GetFormErrors ( ModelStateDictionary modelState ) : SubmitFormErrors | ||
PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult | ||
PopulateDynamicPropertiesAsync ( string>.IDictionary |
||
SetPageMeta ( VirtoCommerce.Web.Models.SeoKeyword keyword ) : void | ||
ValidateDynamicProperties ( ICollection |
||
View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult |
protected GetForm ( string formId ) : VirtoCommerce.Web.Models.SubmitForm | ||
formId | string | |
리턴 | VirtoCommerce.Web.Models.SubmitForm |
protected GetFormErrors ( ModelStateDictionary modelState ) : SubmitFormErrors | ||
modelState | ModelStateDictionary | |
리턴 | SubmitFormErrors |
protected PartialView ( string viewName, object model ) : System.Web.Mvc.PartialViewResult | ||
viewName | string | |
model | object | |
리턴 | System.Web.Mvc.PartialViewResult |
protected PopulateDynamicPropertiesAsync ( string>.IDictionary |
||
formProperties | string>.IDictionary | |
리턴 | Task |
protected SetPageMeta ( VirtoCommerce.Web.Models.SeoKeyword keyword ) : void | ||
keyword | VirtoCommerce.Web.Models.SeoKeyword | |
리턴 | void |
protected ValidateDynamicProperties ( ICollection |
||
dynamicProperties | ICollection |
|
리턴 | void |
protected View ( string viewName, string masterName, object model ) : System.Web.Mvc.ViewResult | ||
viewName | string | |
masterName | string | |
model | object | |
리턴 | System.Web.Mvc.ViewResult |