Mono Class Library: System.UriBuilder Overview | Members

System.UriBuilder.Scheme Property

Gets or sets the scheme component of the current instance.

public string Scheme { set; get; }

Value

A string containing the scheme component of the current instance.

Remarks

Specifying null for a set operation sets this property to string.Empty . If the value specified for a set operation contains a colon (":"), the scheme is set using the substring that includes all characters from the start of the value up to, but not including the colon. The characters in the value are converted to lower case.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0