List all files in a dirctory and subdirectory contains substring

Open cmd
go to main directory

type the following command.
dir /b /s "PAS*.cs"
this will list all files begin with PAS (uper or lower) case and any set of characters and ends with .cs

filter attribute that checks whether current connection is secured

using APS.net Core to mark all website pages working with https protocol we will do this using IAuthorizationFilter. and here is an exampl...