1 write to Url
Microsoft.DotNet.VersionTools (1)
BuildManifest\Model\EndpointModel.cs (1)
64
Url
= url
4 references to Url
Microsoft.DotNet.VersionTools (4)
BuildManifest\Model\EndpointModel.cs (4)
16
nameof(
Url
)
39
get { return Attributes.GetOrDefault(nameof(
Url
)); }
40
set { Attributes[nameof(
Url
)] = value; }
45
public override string ToString() => $"Endpoint {Id}, {Type} '{
Url
}'";