메소드 | 설명 | |
---|---|---|
CreateFromHtmlXmlEncodedString ( string encoded ) : |
In these strings, "&" would be & space would just be " "
|
|
CreateFromUnencodedString ( string unencoded, bool strictlyTreatAsEncoded = false ) : |
||
CreateFromUrlEncodedString ( string encoded ) : |
NOTE: Assumes '+' is literal. See BL-3259
|
|
Equals ( object obj ) : bool | ||
GetFullyDecodedPath ( string directory, string &filename ) : string |
Some library books have been uploaded with the cover image filename URL encoded in the file instead of HTML/XML encoded. So if the file doesn't exist, try one more level of decoding to see if that may be the problem, but preserve the original path in case an error message is still needed. See https://silbloom.myjetbrains.com/youtrack/issue/BL-3901. |
|
GetHashCode ( ) : int | ||
operator ( ) : bool |
메소드 | 설명 | |
---|---|---|
Equals ( |
메소드 | 설명 | |
---|---|---|
UrlPathString ( string notEncodedString ) : System.Diagnostics |
public static CreateFromHtmlXmlEncodedString ( string encoded ) : |
||
encoded | string | |
리턴 |
public static CreateFromUnencodedString ( string unencoded, bool strictlyTreatAsEncoded = false ) : |
||
unencoded | string | |
strictlyTreatAsEncoded | bool | |
리턴 |
public static CreateFromUrlEncodedString ( string encoded ) : |
||
encoded | string | |
리턴 |
public static GetFullyDecodedPath ( string directory, string &filename ) : string | ||
directory | string | path of the containing folder |
filename | string | base filename to be combined with directory. This may be modified by HttpUtility.UrlDecode(). |
리턴 | string |