Click or drag to resize
RegisterFormComponentAttributeViewName Property
Name of the view to render.

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public string ViewName { get; set; }

Property Value

Type: String
Remarks
If not set default location is used ("FormComponents/_{Identifier}").
See Also