c# - Show a link to all files in a folder with Razor code -


i want show link files in folder. how do in asp.net razor code in webmatrix. can show entries in database

@foreach (var row in db.query(selectquerystring))

but i'm not sure how pulling files folder.

directory.getfiles give list of files in given directory.

note: beware of security issues exposing , accessing files in asp.net environment.


Comments

Popular posts from this blog

All overlapping substrings matching a java regex -

c++ - Using OpenSSL in a multi-threaded application -

php - Deleting/Renaming a locked file -