Поделиться через


GlobbingUrlBuilder.BuildUrlList(String, String, String) Метод

Определение

Создает список URL-адресов.

public:
 virtual System::Collections::Generic::IReadOnlyList<System::String ^> ^ BuildUrlList(System::String ^ staticUrl, System::String ^ includePattern, System::String ^ excludePattern);
public virtual System.Collections.Generic.IReadOnlyList<string> BuildUrlList (string staticUrl, string includePattern, string excludePattern);
abstract member BuildUrlList : string * string * string -> System.Collections.Generic.IReadOnlyList<string>
override this.BuildUrlList : string * string * string -> System.Collections.Generic.IReadOnlyList<string>
Public Overridable Function BuildUrlList (staticUrl As String, includePattern As String, excludePattern As String) As IReadOnlyList(Of String)

Параметры

staticUrl
String

Статически объявленный URL-адрес. Это всегда будет добавляться к результату.

includePattern
String

Файл глоббирования включает шаблон.

excludePattern
String

Шаблон исключения для файлов.

Возвращаемое значение

Список URL-адресов

Применяется к