6 lines
No EOL
82 B
Text
6 lines
No EOL
82 B
Text
@model IList<string>
|
|
|
|
@foreach (var file in Model) {
|
|
<li>@file</li>
|
|
}
|
|
|