Interface IDynamicParamControl
Namespace: Mediachase.Web.Console.Interfaces
Assembly: Mediachase.WebConsoleLib.dll
Version: 10.8.0Syntax
public interface IDynamicParamControl
Properties
Parameters
Gets or sets the parameters.
Declaration
NameValueCollection Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Specialized.NameValueCollection | The parameters. |