Skip to content

When a Url property is valid #7456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion xml/System.ComponentModel.DataAnnotations/UrlAttribute.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,9 @@
<param name="value">The URL to validate.</param>
<summary>Validates the format of the specified URL.</summary>
<returns>
<see langword="true" /> if the URL format is valid or <see langword="null" />; otherwise, <see langword="false" />.</returns>
<see langword="true" /> if the URL is <see langword="null" />
or a <see langword="string" /> that begins with "https://", "http://" or "ftp://";
otherwise, <see langword="false" />.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
Expand Down