The URI to redirect to if a match is found
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| <XmlAttributeAttribute(AttributeName := "Redirect", DataType := "string")> Public redirect As String |
| C# |
|---|
| [XmlAttributeAttribute(AttributeName = "Redirect", DataType = "string")] public string redirect; |
| C++ |
|---|
| [XmlAttributeAttribute(AttributeName = L"Redirect", DataType = L"string")] public: String redirect sealed ; |
| J# |
|---|
| /** @attribute XmlAttributeAttribute(AttributeName = "Redirect", DataType = "string") */ public string redirect |
| JScript |
|---|
| public XmlAttributeAttribute(AttributeName = "Redirect", DataType = "string") redirect : String; |