Lesesne, Hal
- Total activity 6
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 3
-
Lesesne, Hal created a post, R# should recognize protocol matching in cshtml and stylesheets
I believe the following is perfectly valid: background: #F9F8F3 url("//yourdomain.com/logo.png") repeat-x left top;in a stylesheet and will match the protocol (http or https) based on the sessio... -
Lesesne, Hal commented, -
Lesesne, Hal created a post, Cannot resolve action 'xxx' from partial view.
When I use Html.BeginForm(MyRouteValueDictionary) from a partial view named something like CreatePartial.ascx, R# throws and error, "Cannot resolve action 'CreatePartial').The same is also true fro...