| TemplateRedirectionConfigItem Property |
[Missing <summary> documentation for "P:Activsoft.Engine.Redirection.TemplateRedirectionConfig.Item(System.String)"]
Namespace: Activsoft.Engine.RedirectionAssembly: Activsoft.Engine.Web (in Activsoft.Engine.Web.dll) Version: 6.0.0.0 (6.0.0.0)
Syntaxpublic string this[
string templateName
] { get; }Public ReadOnly Default Property Item (
templateName As String
) As String
Get
public:
property String^ default[String^ templateName] {
String^ get (String^ templateName);
}member Item : string with get
Parameters
- templateName
- Type: SystemString
Property Value
Type:
String
See Also