开发者

What is RFC-compliant URI

开发者 https://www.devze.com 2023-04-05 22:12 出处:网络
While going through features of .NET framework 4.5, I found that it supports RFC-compliant URIs. What does it mean开发者_JAVA技巧 to have RFC-compliant URI support?RFC is a set of internet standards t

While going through features of .NET framework 4.5, I found that it supports RFC-compliant URIs. What does it mean开发者_JAVA技巧 to have RFC-compliant URI support?


RFC is a set of internet standards that define various aspects of internet protocols - in your case the standard format of an URI. You can find the relevant standard here: http://www.ietf.org/rfc/rfc2396.txt

RFC 2396 defines explicitly what are the parts that make up an URI (for example the scheme, authority, path etc.) and what are the valid values for each of them.

What they mean with RFC-compliant URIs is that the Uri class from the .NET framework follows the above standard and enforces it.


An RFC is a specification; an RFC compliant URI is one which conforms to that specification.

You didn't say which RFC though, it might mean 3986 or 2396 (or one I haven't spotted).

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号