什么是符合RFC的URI [英] What is RFC-compliant URI

查看:364
本文介绍了什么是符合RFC的URI的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

虽然经历的.NET Framework 4.5的功能,我发现,它具有符合RFC的URI的支持。

While going through features of .net framework 4.5, i found that it has support for RFC-compliant URI.

专家告诉我什么是RFC兼容的URI。

Experts please tell me what is RFC-compliant URI.

感谢

推荐答案

RFC是一套互联网标准,它定义了互联网协议的各个方面 - 你的情况的URI的标准格式。你可以在这里找到相关的标准: http://www.ietf.org/rfc/rfc2396.txt

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定义明确什么零件组成的URI(例如方案,授权,路径等),什么是他们每个人的有效值。

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.

他们与RFC兼容的URI的意思是,从.NET框架Uri类遵循上述标准并执行它。

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

这篇关于什么是符合RFC的URI的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆