Obsolete. Use the constructor that takes an encoding instead.
This version defaults to using the "windows-1252" encoding.
Namespace: Endeca.NavigationAssembly: Endeca.Navigation (in Endeca.Navigation.dll) Version: 6.3.0.0 (6.3.0.853)
Syntax
| C# |
|---|
[ObsoleteAttribute("This constructor is obsolete; use the version that takes an encoding instead")]
public UrlGen() |
| Visual Basic |
|---|
<ObsoleteAttribute("This constructor is obsolete; use the version that takes an encoding instead")> _
Public Sub New |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This constructor is obsolete; use the version that takes an encoding instead")]
public:
UrlGen() |
See Also