コード例 #1
0
 /// <inheritdoc />
 public HttpsUniformResourceIdentifierBuilder WithPrefixlessPathSegments(IEnumerable <string> pathSegments)
 {
     _pathSegments.Set(pathSegments);
     return(this);
 }
コード例 #2
0
 /// <inheritdoc />
 public RelativeReferenceBuilder WithPrefixlessPathSegments(IEnumerable <string> pathSegments)
 {
     _pathSegments.Set(pathSegments);
     return(this);
 }