mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00

e.g. Html.LabelFor(m=>m.Tags, T("Tags")) Existing uses NOT converted. Conversion can be accomplished with a VS Regular Expression search/replace: Replace this: \.LabelFor:b*\({[a-zA-Z]+}:b*\=\>:b*\1\.{[a-zA-Z]+}:b*\) With this: .LabelFor(\1=>\1.\2, T("\2")) --HG-- branch : dev