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$"
Public Const DefaultParameterPattern As String = "^default$|^default&|&default&|&default$"
Field Value
Type:
StringSee Also