RewriteSettingsOnDeserializeUnrecognizedAttribute Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets a value indicating whether an unknown attribute is encountered during deserialization.

Namespace: ContentStudio.Site.HttpModules.UrlRewritingNet.Configuration
Assembly: CS_SiteLib (in CS_SiteLib.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

protected override bool OnDeserializeUnrecognizedAttribute(
	string name,
	string value
)

Parameters

name
Type: SystemString
The name of the unrecognized attribute.
value
Type: SystemString
The value of the unrecognized attribute.

Return Value

Type: Boolean
true when an unknown attribute is encountered while deserializing; otherwise, false.
See Also

Reference