Méthode | Description | |
---|---|---|
BackSlashToForwardSlash ( this input ) : string | ||
ForwardSlashCombine ( this baseAddress, string relativeAddress ) : string | ||
GetMd5String ( this content ) : string | ||
GetNormalizedFullPathKey ( this |
||
GetNormalizedFullPathList ( this |
||
GetNormalizedPathList ( this |
||
ToDelimitedString ( this |
||
ToDisplayPath ( this path ) : string | ||
ToNormalizedFullPath ( this path ) : string |
Should not convert path to lower case as under Linux/Unix, path is case sensitive Also, Website URL should be case sensitive consider the server might be running under Linux/Unix So we could even not lower the path under Windows as the generated YAML should be ideally OS irrelevant
|
|
ToNormalizedPath ( this path ) : string |
public static BackSlashToForwardSlash ( this input ) : string | ||
input | this | |
Résultat | string |
public static ForwardSlashCombine ( this baseAddress, string relativeAddress ) : string | ||
baseAddress | this | |
relativeAddress | string | |
Résultat | string |
public static GetMd5String ( this content ) : string | ||
content | this | |
Résultat | string |
public static GetNormalizedFullPathKey ( this |
||
list | this |
|
Résultat | string |
public static GetNormalizedFullPathList ( this |
||
paths | this |
|
Résultat | IEnumerable |
public static GetNormalizedPathList ( this |
||
paths | this |
|
Résultat | IEnumerable |
public static ToDelimitedString ( this |
||
input | this |
|
delimiter | string | |
Résultat | string |
public static ToDisplayPath ( this path ) : string | ||
path | this | |
Résultat | string |
public static ToNormalizedFullPath ( this path ) : string | ||
path | this | |
Résultat | string |
public static ToNormalizedPath ( this path ) : string | ||
path | this | |
Résultat | string |