FormComponentDefinitionViewName Property |
Gets or sets the name of the view to render.
Namespace: Kentico.Forms.Web.MvcAssembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax public string ViewName { get; set; }
Property Value
Type:
StringRemarks
If not set default location is used ("FormComponents/_{Identifier}").
See Also