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

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -