C# 클래스 LtiLibrary.Core.Extensions.StringExtensions

파일 보기 프로젝트 열기: andyfmiller/LtiLibrary

공개 메소드들

메소드 설명
ToRfc3986EncodedString ( this value ) : string

비공개 메소드들

메소드 설명
EscapeUriDataStringRfc3986 ( string value ) : string

Escapes a string according to the URI data string rules given in RFC 3986.

The Uri.EscapeDataString method is supposed to take on RFC 3986 behavior if certain elements are present in a .config file. Even if this actually worked (which in my experiments it doesn't), we can't rely on every host actually having this configuration element present.

메소드 상세

ToRfc3986EncodedString() 공개 정적인 메소드

public static ToRfc3986EncodedString ( this value ) : string
value this
리턴 string