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

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

问题描述

在了解 .NET 的功能时框架 4.5,我发现它支持符合 RFC 的 URI.拥有符合 RFC 的 URI 支持意味着什么?

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

推荐答案

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天全站免登陆