Class UrlSelector
- Namespace
- Kentico.Components.Web.Mvc.FormComponents
- Assembly
- Kentico.Content.Web.Mvc.dll
Represents URL selector.
public class UrlSelector : FormComponent<UrlSelectorProperties, string>
- Inheritance
-
objectUrlSelector
- Inherited Members
- Extension Methods
Fields
IDENTIFIER
Represents the UrlSelector identifier.
public const string IDENTIFIER = "Kentico.UrlSelector"
Field Value
- string
Properties
DefaultTab
Content selector default tab.
public string DefaultTab { get; }
Property Value
- string
Tabs
Content selector tabs.
public string Tabs { get; }
Property Value
- string
Value
Represents the input value in the resulting HTML.
public string Value { get; set; }
Property Value
- string
Methods
BindContext(FormComponentContext)
Binds contextual information to the form component.
public override void BindContext(FormComponentContext context)
Parameters
context
FormComponentContextForm component context.
GetValue()
Gets the Value.
public override string GetValue()
Returns
- string
SetValue(string)
Sets the Value.
public override void SetValue(string value)
Parameters
value
stringURL or path.