6 lines
115 B
C#
Raw Normal View History

namespace System.Web.Mvc {
internal interface IMvcControlBuilder {
string Inherits { set; }
}
}