Class WebNames

Namespace
ProtoTest.Web
Assembly
ProtoTest.Web.dll

Shared helpers for producing safe, lowercase identifiers for web artifacts.

public static class WebNames
Inheritance
WebNames
Inherited Members

Methods

SafeName(string)

Reduces a value to lowercase letters, digits, and single dashes for use in file names.

public static string SafeName(string value)

Parameters

value string

Returns

string