Day: December 17, 2021

Linq contains(term) term having & replaced

I have wrote a linq query with contains like below where (sa.Name.Contains(term)) term having space replaced to +% and term having & replaced to 26 . how can I omit it I want to pass ‘ & e’ like this parameter as term to find exact term in the database . but now it is