Click or drag to resize

BaseProtocolProcessorDefaultParameterPattern Field

This is the Pattern that is used to check whether ?default is present in the querystring. This is needed since IIS does not recognise ?default as being a valid querystring key unless it ends in a = which the specification does not mandate so cannot be assumed.

Namespace:  VDS.RDF.Update.Protocol
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public const string DefaultParameterPattern = "^default$|^default&|&default&|&default$"

Field Value

Type: String
See Also