MetalamaAPI documentationPatterns APIMetalama.​Patterns.​ContractsUrl­Attribute
Open sandboxFocus

UrlAttribute Class

Custom attribute that, when added to a field, property or parameter, throws an System.ArgumentException if the target is assigned a value that is not a valid URL starting with http://, https:// or ftp://. If the target is a nullable type, If the target is a nullable type, null strings are accepted and do not throw an exception.

Namespace: Metalama.Patterns.Contracts
Assembly: Metalama.Patterns.Contracts.dll
Syntax
public sealed class UrlAttribute : RegularExpressionBaseAttribute, IAspect<IParameter>, IEligible<IParameter>, IAspect<IFieldOrPropertyOrIndexer>, IEligible<IFieldOrPropertyOrIndexer>, IConditionallyInheritableAspect, IAspect, ICompileTimeSerializable, ITemplateProvider

Constructors

Name Description
UrlAttribute()

Methods

Name Description
GetRegex()
OnContractViolated(Object, Object)

See Also