public override void StartView() { HttpResponseBase httpResponse = RequestContext.HttpResponse;
FieldsetTag = new TagBuilder("fieldset");
// apply any Attributes passed in if (Attributes != null) { FieldsetTag.MergeAttributes(new RouteValueDictionary(Attributes)); } // The Name property should override any passed into the Attributes FieldsetTag.MergeAttribute("name", Name, true);