Decodes zone data from a string encoded with the DNSZone.WebEncode method. This can be used to retrieve data persisted in a hidden input field on a web-page.

Namespace:  JHSoftware.SimpleDNSPlus
Assembly:  SDNSAPI (in SDNSAPI)
Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public DNSZone WebDecodeZone(
	string s
)
Visual Basic (Declaration)
Public Function WebDecodeZone ( _
	s As String _
) As DNSZone

Parameters

s
Type: System..::.String
The encoded zone data

Return Value

A DNSZone object

See Also